Browse Source

Merge pull request #7760 from thingsboard/sparkPlugField

add_sparkPlug_ to _TransportConfiguration
pull/7839/head
Vladyslav 4 years ago
committed by GitHub
parent
commit
7b38623d95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      common/data/src/main/java/org/thingsboard/server/common/data/device/profile/MqttDeviceProfileTransportConfiguration.java

1
common/data/src/main/java/org/thingsboard/server/common/data/device/profile/MqttDeviceProfileTransportConfiguration.java

@ -27,6 +27,7 @@ public class MqttDeviceProfileTransportConfiguration implements DeviceProfileTra
@NoXss
private String deviceAttributesTopic = MqttTopics.DEVICE_ATTRIBUTES_TOPIC;
private TransportPayloadTypeConfiguration transportPayloadTypeConfiguration;
private boolean sparkPlug;
private boolean sendAckOnValidationException;
@Override

Loading…
Cancel
Save