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;
|
||||
|
||||
@JsonProperty
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
final String relay;
|
||||
|
||||
@JsonProperty
|
||||
|
Loading…
x
Reference in New Issue
Block a user