hub.setting.updated
- Notification about controller settings value changes
Edit
Field | Type | Required | Description |
---|---|---|---|
name | string | + | Name of the setting that has changed. |
value | depends on setting valueType | + | Newly effective setting. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.setting.updated",
"result": {
"name": "first_start",
"value": false
}
}