mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
[tuya] Fix to allow for Channels whose DPs have string values (#18653)
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public class SchemaDp {
|
||||
"Boolean", "bool", //
|
||||
"Enum", "enum", //
|
||||
"Integer", "value", //
|
||||
"String", "string", //
|
||||
"Json", "string");
|
||||
|
||||
public int id = 0;
|
||||
|
||||
Reference in New Issue
Block a user