API Versioning
API version is used to specify which version of the method to use on the firmware side. If it is not specified (or the specified value is invalid), the lowest supported version of this method will be used. If API version is higher than the supported by firmware, the highest supported version will be used.
call:
{
"api": ".2", // Invalid
"api": "", // Invalid
"api": "1.1", // OK
"method": "getEzloInfo",
"id": "_ID_",
"params": {}
}
Field | Description |
---|---|
api | API version |
Versions history
API 2.0
Method | Status |
---|---|
hub.modes.get | reply: fields changed and removed |
hub.modes.switch_to_delay.set | parameters: field removed reply: field removed |
hub.modes.alarm_delay.set | parameters: field removed reply: field removed |