isCloudState
- Execute scene if cloud connection is lost or established.
- This feature is available since version.
Edit
Field | Type | Required | Description |
---|---|---|---|
blockOptions.method.args.state | token | + | The cloud connection state. Possible values: – the controller is connected to NMA server; – the controller lost connection with NMA server. |
Edit
"when" : [{
"blockType":"when",
"blockOptions":{
"method":{
"name":"isCloudState",
"args":{
"state":"state"
}
}
},
"fields":[
{
"name":"state",
"type":"token",
"value":"connected"
}
]
}]