This commit is contained in:
parent
faa7ca1790
commit
cec370f0dd
|
|
@ -40,4 +40,10 @@ public class DjiMqttMessage<T> {
|
||||||
*/
|
*/
|
||||||
@JsonProperty("gateway")
|
@JsonProperty("gateway")
|
||||||
private String gateway;
|
private String gateway;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 消息来源
|
||||||
|
*/
|
||||||
|
@JsonProperty("source")
|
||||||
|
private String source;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue