diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 38a31b0c..219b0a60 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -4483,7 +4483,7 @@ "valueDescription": "Numeric ID of the scene item" }, { - "valueName": "sceneItemEnabled", + "valueName": "sceneItemLocked", "valueType": "Boolean", "valueDescription": "Whether the scene item is locked" } diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 6532df7c..8332ead1 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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 | ---