Chuyển đến nội dung

Mẫu Generic

Một mẫu linh hoạt dựa trên tiến trình, phù hợp cho các bản dựng, tải xuống, triển khai và bất kỳ tác vụ chạy lâu nào.

Trình diễn Live Activity

Fields

FieldTypeDescription
templatestringRequired. Must be "generic"
progressfloatRequired. Value between 0.0 and 1.0
statestringShort status text (e.g. "Building...", "Complete")
iconstringSF Symbol name (e.g. "arrow.triangle.branch", "washer") or MDI icon with mdi: prefix (e.g. "mdi:washing-machine", "mdi:thermometer")
remaining_timeintegerRemaining time in seconds
subtitlestringSecondary text below the progress bar
accent_colorstringNamed color or hex (e.g. "cyan", "#00BCD4")
background_colorstringBackground color override
text_colorstringText color override
Sắp có trong phiên bản ứng dụng 1.3.3

Example Payload

Bắt đầu một activity generic
{
  "state": "ongoing",
  "content": {
    "template": "generic",
    "progress": 0.65,
    "state": "Washing",
    "icon": "washer",
    "remaining_time": 1800,
    "subtitle": "Cycle 2 of 3",
    "accent_color": "blue"
  }
}

Live progress

Sắp có trong phiên bản ứng dụng 1.3.3

Phần này mô tả một tính năng trong bản cập nhật ứng dụng đang chờ App Store xét duyệt. Tính năng sẽ tự động mở khóa tại đây ngay khi bản cập nhật được phát hành.

Typical Flow

  1. Start (ended -> ongoing): Set progress: 0.0 with an initial status
  2. Update (ongoing -> ongoing): Increment progress, change status text
  3. End (ongoing -> ended): Set progress: 1.0 with a completion status

Buttons & tap targets

Renders url_action and secondary_url_action as buttons beneath the progress bar, and treats taps on the rest of the widget as tap_action. Buttons appear only when their action is present. See Tap actions for the action object shape.

💡 Mẹo

The progress percentage is displayed in the top-right corner of the Live Activity. Use remaining_time to show a countdown alongside the progress bar.

Integrations Using This Template

  • SABnzbd — tracks download progress with speed and ETA
  • Bambu Lab — tracks 3D print progress with layer counts and temperature
  • Home Assistant — default template for entity state tracking