From f507e388d587d605c8a3d80264ec6f8903d1281c Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sun, 24 Jun 2018 15:46:04 +0200 Subject: [PATCH] devices_status: +type: types.str --- config/rzl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rzl.js b/config/rzl.js index 5ffa826..1f3e24b 100644 --- a/config/rzl.js +++ b/config/rzl.js @@ -127,7 +127,8 @@ const config : Config = { state: "/service/status/devices", command: "", defaultValue: "", - values: {} + values: {}, + type: types.str }, infoscreen: { state: "/service/openhab/out/pca301_infoscreen/state",