mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Signed-off-by: markus7017 <markus7017@gmail.com> Signed-off-by: Markus Michels <markus7017@gmail.com>
This commit is contained in:
+6
-1
@@ -224,8 +224,13 @@ public class ShellyCoapJSonDTO {
|
||||
|
||||
in.endArray();
|
||||
}
|
||||
in.endObject();
|
||||
|
||||
if (name.equalsIgnoreCase(COIOT_TAG_ACT)) {
|
||||
// skip record
|
||||
in.skipValue();
|
||||
}
|
||||
|
||||
in.endObject();
|
||||
return descr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user