Merge pull request #903 from dnaka91/fix-field-name-docs

docs: Fix wrong field name in `SceneItemLockStateChanged`
This commit is contained in:
tt2468
2022-02-13 14:40:49 -08:00
committed by GitHub

View File

@ -160,7 +160,7 @@ void EventHandler::HandleSceneItemEnableStateChanged(void *param, calldata_t *da
*
* @dataField sceneName | String | Name of the scene the item is in
* @dataField sceneItemId | Number | Numeric ID of the scene item
* @dataField sceneItemEnabled | Boolean | Whether the scene item is locked
* @dataField sceneItemLocked | Boolean | Whether the scene item is locked
*
* @eventType SceneItemLockStateChanged
* @eventSubscription SceneItems