Devices with this trait may report the following attributes as part of the SYNC operation.
| Attributes | Type | Description |
|---|
rebootTime | Number | The time required to reboot the device. |
fwUpgradeTime | Number | The time required to upgrade the firmware. |
mqttOnDemand | Boolean | Indicates whether this device supports MQTT on demand or not. |
{
"attrs": [
{
"name": "rebootTime",
"value": 20
},
{
"name": "fwUpgradeTime",
"value": 60
},
{
"name": "mqttOnDemand",
"value": false
}
]
}
None
Devices with this trait may respond to the following commands.
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronReboot",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronFwUpgrade",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronReset",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronDeactivate",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronDeauth",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronMqttReconnect",
"params": {}
}
| Parameter | Type | Description |
|---|
| No Parameter | | |
{
"command": "UltronReactivate",
"params": {}
}