OrCondition

说明

用于表示所有子条件的逻辑“或”的复合条件。

字段

类型 说明
conditions [条件]

子条件。

必需

示例

使用条件:如果电视已打开或时间在下午 6 点之后。

condition:
  type: or
  conditions:
  - type: device.state.OnOff
    device: TV - Living Room
    state: on
    is: true
  - type: time.between
    after: 6:00 pm