|
@@ -141,6 +141,7 @@ public class DeviceDetail {
|
|
.stream()
|
|
.stream()
|
|
.map(ConfigPropertyMetadata::getProperty)
|
|
.map(ConfigPropertyMetadata::getProperty)
|
|
.collect(Collectors.toList()))
|
|
.collect(Collectors.toList()))
|
|
|
|
+ .defaultIfEmpty(Values.of(Collections.emptyMap()))
|
|
)
|
|
)
|
|
.doOnNext(tp -> {
|
|
.doOnNext(tp -> {
|
|
setOnlineTime(tp.getT2());
|
|
setOnlineTime(tp.getT2());
|