名称 | 类型 | 作用 |
changed | boolean | 通知WA表示触发器状态已更改,设置为true,才会进行后续的条件判断、图标显示等等 |
show | boolean | 控制是否可见,如果为false,子表会自动删除 |
unit | string | 单位unitid,用于标注状态属于哪个单位 |
name | string | 名称,对应文字的%n |
icon | number 或 string | 图标 |
stacks | number | 层数,对应文字的%s |
index | number 或 string | 用于声明动态数组类型的顺序,字符串和数字不能混用 |
progressType | “static” 或 “timed” | 用于声明动态信息类型,"static"是静态信息,“timed”是会超时的信息 |
expirationTime | number | 超时时间,仅在"timed"类型下生效 |
duration | number | 持续剩余时间,仅在"timed"类型下生效,对应文字的%p |
value | number | 当前值,仅在"static"类型下生效 |
total | number | 总值,仅在"static"类型下生效 |
autoHide | boolean | 是否在超时后自动关闭,"timed"类型到期或者"static"当前值等于总值都可以触发 |
paused | boolean | 是否暂停 |
remaining | boolean | 和“paused”一起使用,声明暂停时间 |