deviceEvent修改

This commit is contained in:
huguanghan 2024-11-27 09:16:25 +08:00
parent e367f06a87
commit 0c96a07849

View File

@ -400,7 +400,7 @@ public class NodeMessageServiceImpl extends TextWebSocketHandler implements Node
case 2 -> "越下限";
case 3 -> "越上上限";
case 4 -> "越下下限";
default -> null;
default -> "";
};
}