hub.modes.entry_delay.skip
- Version: 1.0
- Classes: UI
- Title: House modes
- Description: Exit from entry delay and move to the alarmed state, phase “main” immediately, with api command
Edit
- No parameters required.
Edit
Return empty result or error
Broadcast | Description |
---|---|
hub.modes.alarmed | In pre-alarming mode status will return. Notifies of skipping entry delay state. |
Edit
Edit
{
"method": "hub.modes.entry_delay.skip",
"id": "_ID_",
"params": {}
}
JSON
Edit
{
"error": null,
"id": "_ID_",
"result": {
}
}
JSON
Edit
Code | Message | Data | Description |
---|---|---|---|
-32500 | HOUSE_MODES_INVALID_PHASE | ezlo.house_mode.alarmed.phase.invalid | House Modes aren’t in the Entry Delay state |