新增水电双击设备信息区域号,机构id字段,mqtt客户端心跳时间90s修改为240s

This commit is contained in:
蒾酒
2024-12-29 17:50:25 +08:00
parent eac745676b
commit 88bb0da0d3
4 changed files with 15 additions and 3 deletions

View File

@ -27,7 +27,7 @@ public interface FastBeeConstant {
String FAST_PHONE = "phone-";
/*MQTT平台判定离线时间 keepAlive*1.5 */
Long DEVICE_PING_EXPIRED = 90000L;
Long DEVICE_PING_EXPIRED = 240000L;
}
interface CLIENT{