Room controls Rules

Hi @Erwann, @thomask, @j.harlow,

Apologies for the delay—please see the sample below for the supported rules:

"rules":
    {
        "operation_time_started":[ // version in 4.7.0
            "cc_light.power.on"
        ],
        "operation_time_ended":[
            "cc_light.power.off"
        ],
        "meeting_started": [
            "cc_light.power.on"
        ],
        "meeting_ended": [
            "cc_light.power.off"
        ],
        "microphone_muted":[
            "sl_dten_tv.mute.mute"
        ],
        "microphone_unmuted":[
            "sl_dten_tv.mute.unmute"
        ],
        "video_started":[
            "generic_curtain.power.on"
        ],
        "video_stopped":[
            "generic_curtain.power.off"
        ]
    }
2 Likes