hub.item.dictionary.value.add
Connection type:
- Add element to the dictionary (key will be generated on firmware side)
Only applicable for items with value type dictionary
‘addItemDictionaryValue’ script from plugin config will be called in lua
Edit
Field | Type | Description |
---|---|---|
_id | string | Item object id |
element.type | string | Valid value type. MUST be equal to dictionary element type |
element.value | depends on element.type | Element value |
Edit
Edit
Broadcast | Description |
---|---|
hub.item.dictionary.updated | Informs about item dictionary changed |