From f35c16b600ff84b07ec920a2f46120097a66c8a8 Mon Sep 17 00:00:00 2001 From: simatec Date: Tue, 17 Sep 2024 12:51:04 +0200 Subject: [PATCH] (simatec) State fix --- lib/createObjects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/createObjects.js b/lib/createObjects.js index e710fe0..f08af69 100644 --- a/lib/createObjects.js +++ b/lib/createObjects.js @@ -315,7 +315,7 @@ const specialObjects = { 'common': { 'name': 'json data', 'type': 'string', - 'role': 'state', + 'role': 'json', 'read': true, 'write': false },