Signed-off-by: markus7017 <markus7017@gmail.com> Signed-off-by: Markus Michels <markus7017@gmail.com>pull/12838/head
parent
1aec6c9b30
commit
6c78b4a63d
|
@ -224,8 +224,13 @@ public class ShellyCoapJSonDTO {
|
||||||
|
|
||||||
in.endArray();
|
in.endArray();
|
||||||
}
|
}
|
||||||
in.endObject();
|
|
||||||
|
|
||||||
|
if (name.equalsIgnoreCase(COIOT_TAG_ACT)) {
|
||||||
|
// skip record
|
||||||
|
in.skipValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
in.endObject();
|
||||||
return descr;
|
return descr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue