|  Developer
Updated on November 22, 2021

hub.device.setting.dictionary.updated

Initiators:

Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.item.dictionary.updated",
    "result": {
        "_id": "5ef177ff7f0000258f9f8c34",
        "element": {
            "abcd": {
                "value": {
                    "description": "BBB",
                    "format": "dec",
                    "name": "AAA",
                    "number": 13,
                    "size": 2,
                    "value": 5
                }
            }
        },
        "operation": "removed"
    }
}				
			
Edit
Fields Type Required Description
_id string + Identifies which setting was added.
element dictionary + The element that was updated. It contains element number and element value.
operation string + Tells you what initiated the broadcast. Can be one of:
hub.item.dictionary.value.add – Dictionary value added
hub.item.dictionary.value.set – Dictionary value updated
hub.item.dictionary.value.remove – Dictionary value removed