@@ -55,8 +55,8 @@ Every commands are at OPERATOR Level.
| Name | Description |
| ---- | ----------- |
| <divstyle="background-color:#ff8c00;">ALARM</div> | Device failed to update PANIC Phonebook or to init PyAlarm devices. |
| <divstyle="background-color:#ff0000;">FAULT</div> | `ContactList` or `ContactKey` property is not correctly set. |
| <divstyle="background-color:#cccc7A;">INIT</div> | Device is initializing, parsing its properties and checking PANIC phonebook availability.<br/>In this state, you are not authorized to read `panicPhonebookReady` attribute, nore to read or set `contact` attribute. |
| <divstyle="background-color:#80a0ff;">MOVING</div> | Writing PANIC Phonebook and initializing PyAlarm devices.<br/>In this state, you are not authorized to set `contact` attribute. |
| <divstyle="background-color:#00ff00;">ON</div> | Device is ready to do its job. |
| <spanstyle="color:#ff8c00">**ALARM**</span> | Device failed to update PANIC Phonebook or to init PyAlarm devices. |
| <spanstyle="color:#ff0000">**FAULT**</span> | `ContactList` or `ContactKey` property is not correctly set. |
| <spanstyle="color:#cccc7A">**INIT**</span> | Device is initializing, parsing its properties and checking PANIC phonebook availability.<br/>In this state, you are not authorized to read `panicPhonebookReady` attribute, nore to read or set `contact` attribute. |
| <spanstyle="color:#80a0ff">**MOVING**</span> | Writing PANIC Phonebook and initializing PyAlarm devices.<br/>In this state, you are not authorized to set `contact` attribute. |
| <spanstyle="color:#00ff00">**ON**</span> | Device is ready to do its job. |