The HP printer is Energy Star qualified that certifies its being an energy efficient device. It requires a power voltage of 110 to 127 VAC. The operating temperature range is between 10 to 32.5 degrees and humidity range between 20 to 80% RH. It is fitted with 1 USB 2.0 port so that ...
... ... @@ -232,28 +232,28 @@ public class BullenergyServiceImpl implements BullenergyService { //发送告警邮件 public void sendAlarmEmail(String emailAddress, SmsNotification notification, String batteryCode, String snCode, String projectName, String cityName, String alarmDetail, long curren...
... ... @@ -127,22 +127,16 @@ public class BullenergyServiceImpl implements BullenergyService { log.info("接收到告警请求,消息内容:{}", alarmMessage); try { // 解析Kafka中的告警消息 // 解析告警消息 String[] messageParts = alarmMessage.split(","); ...
packagecom.alertSystem.kafka.service.impl; importcn.hutool.core.bean.BeanUtil; importcom.alertSystem.alert.domain.TAlertSmsLogs; importcom.alertSystem.alert.domain.TPtwoUserInformation; importcom.alertSystem.alert.mapper.SmsAlertMapper; ...@@ -235,24 +236,11 @@ public class BullenergyService...