docs: Fix wrong field name in SceneItemLockStateChanged

This commit is contained in:
Dominik Nakamura 2022-01-29 23:50:12 +09:00
parent e80bcad1e1
commit ddf752fd03
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

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