docs(ci): Update generated docs - b206321 [skip ci]

This commit is contained in:
Github Actions 2022-02-13 22:41:10 +00:00
parent b206321b05
commit 7c35d6e738
2 changed files with 2 additions and 2 deletions

View File

@ -4483,7 +4483,7 @@
"valueDescription": "Numeric ID of the scene item"
},
{
"valueName": "sceneItemEnabled",
"valueName": "sceneItemLocked",
"valueType": "Boolean",
"valueDescription": "Whether the scene item is locked"
}

View File

@ -1890,7 +1890,7 @@ A scene item's lock state has changed.
| ---- | :---: | ----------- |
| sceneName | String | Name of the scene the item is in |
| sceneItemId | Number | Numeric ID of the scene item |
| sceneItemEnabled | Boolean | Whether the scene item is locked |
| sceneItemLocked | Boolean | Whether the scene item is locked |
---