Skip to content
Snippets Groups Projects
Commit 0fd83449 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

README reviewed

parent 3c3aedd8
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ Every attributes are at OPERATOR Level. ...@@ -35,7 +35,7 @@ Every attributes are at OPERATOR Level.
| Name | Dyn<br/>amic | Attr.<br/>type | R/W<br/>type | Data<br/>type | Description | | Name | Dyn<br/>amic | Attr.<br/>type | R/W<br/>type | Data<br/>type | Description |
| ---- | ------------ | -------------- | ------------ | ------------- | ----------- | | ---- | ------------ | -------------- | ------------ | ------------- | ----------- |
| panicPhonebookReady | no | Scalar | READ | DEV_BOOLEAN | Whether PANIC Phonebook was found. | | panicPhonebookReady | no | Scalar | READ | DEV_BOOLEAN | Whether PANIC Phonebook was found. |
| contact | yes | Scalar | READ_WRITE | DEV_ENUM | What to write in PANIC Phonebook for the key defined in ContactKey property.<br />The effective written value will be the one in ContactList property for which the key matches the selected label in contact attribute.<br /><br />"Unknown" will always be present in enum labels at first index.<br />Setting contact attribute with "Unknown" will have effect neither on PANIC Phonebook, nore on contact read value.<br />contact read value may return "Unknown" when the value in PANIC Phonebook for the key defined in ContactKey property matches no known value, or when this key is not present in PANIC Phonebook. | | contact | yes | Scalar | READ_WRITE | DEV_ENUM | What to write in PANIC Phonebook for the key defined in ContactKey property.<br />The effective written value will be the one in ContactList property for which the key matches the selected label in contact attribute.<br /><br />"Unknown" will always be present in enum labels at first index.<br /><br />Setting contact attribute with "Unknown" will have effect neither on PANIC Phonebook, nore on contact read value.<br /><br />contact read value may return "Unknown" when the value in PANIC Phonebook for the key defined in ContactKey property matches no known value, or when this key is not present in PANIC Phonebook. |
<br /><br /> <br /><br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment