|
|
|
@ -188,6 +188,8 @@ public class EnergyUsageCommonServiceImpl implements EnergyUsageCommonService { |
|
|
|
switch (attrTypeEnum) { |
|
|
|
case yy -> doAdapter(thingSources, AttributeTypeEnum.yy); |
|
|
|
case hh -> doAdapter(thingSources, AttributeTypeEnum.hh); |
|
|
|
case mm -> doAdapter(thingSources, AttributeTypeEnum.mm); |
|
|
|
case dd -> doAdapter(thingSources, AttributeTypeEnum.dd); |
|
|
|
default -> { |
|
|
|
} |
|
|
|
// anything else ? |
|
|
|
|