Ignore relay in json output if null
This commit is contained in:
parent
a28ad7195c
commit
c440520ea6
@ -20,6 +20,7 @@ public class JsonMessageEnvelope {
|
|||||||
final Integer sourceDevice;
|
final Integer sourceDevice;
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||||
final String relay;
|
final String relay;
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user