|
|
@@ -179,7 +179,7 @@ public class FireDeviceController extends BaseController {
|
|
|
map.put("smoke", smoke);
|
|
|
map.put("temperature", temperature);
|
|
|
map.put("fire", fire);
|
|
|
- map.put("online", true);
|
|
|
+ map.put("online", online);
|
|
|
map.put("isexist", isexist);
|
|
|
map.put("outfireing", outfireing);
|
|
|
map.put("fireDevice", list.get(0));
|