|
|
@ -173,10 +173,10 @@ public class DeviceMessageHandler { |
|
|
|
String directio; |
|
|
|
if (Objects.equals(direction, UniversalEnum.ONE.getValue())) { |
|
|
|
directio = UniversalEnum.DIRECTION_OF_HEZE.getValue(); |
|
|
|
direction=UniversalEnum.DIRECTION_OF_HEZE.getValue(); |
|
|
|
direction=UniversalEnum.ONE.getValue(); |
|
|
|
} else { |
|
|
|
directio = UniversalEnum.DIRECTION_OF_JINAN.getValue(); |
|
|
|
direction = UniversalEnum.DIRECTION_OF_JINAN.getValue(); |
|
|
|
direction = UniversalEnum.THREE.getValue(); |
|
|
|
} |
|
|
|
|
|
|
|
DcWarning dcWarning = new DcWarning(); |
|
|
|