@@ -5,7 +5,7 @@ It is published under the [GNU Lesser General Public License](https://www.gnu.or
...
@@ -5,7 +5,7 @@ It is published under the [GNU Lesser General Public License](https://www.gnu.or
*(see LICENSE.txt file)*.
*(see LICENSE.txt file)*.
---
---
# Configuration
# Environment configuration
To properly work, this device needs:
To properly work, this device needs:
- Python ≥ 3.6.8
- Python ≥ 3.6.8
...
@@ -19,7 +19,7 @@ To properly work, this device needs:
...
@@ -19,7 +19,7 @@ To properly work, this device needs:
| Name | Type | Description |
| Name | Type | Description |
| ---- | ---- | ----------- |
| ---- | ---- | ----------- |
| ContactKey | String | The key for which to modify the value in PANIC Phonebook. |
| ContactKey | String | The key for which to modify the value in PANIC Phonebook. |
| ContactList | String[] | The contacts this device should know.<br />Each contact should be written this way:<br />Contact_Name:PhoneBook_Value<br /><br />The Contact_Name entries will represent the possible enum labels for contact attribute.<br />The PhoneBook_Value is what to write in PANIC Phonebook at the key defined in ContactKey property when contact attribute is set with Contact_Name.<br /><br />Example:<br />John:john.doe@synchrotron-soleil.fr<br />Jack:%JACK<br />Telma:telma.louise@synchrotron-soleil.fr<br /><br />With this example, contact attribut will have the enum labels [\"Unknown\", \"John\", \"Jack\", \"Telma\"]. |
| ContactList | String[] | The contacts this device should know.<br />Each contact should be written this way:<br />Contact_Name:PhoneBook_Value<br /><br />The Contact_Name entries will represent the possible enum labels for contact attribute.<br />The PhoneBook_Value is what to write in PANIC Phonebook at the key defined in ContactKey property when contact attribute is set with Contact_Name.<br /><br />Example:<br />```John:john.doe@synchrotron-soleil.fr\nJack:%JACK\nTelma:telma.louise@synchrotron-soleil.fr```<br /><br />With this example, contact attribut will have the enum labels [\"Unknown\", \"John\", \"Jack\", \"Telma\"]. |