1.0 deviceId 设备id type 设备类型代码 position 设备位置坐标 {x:123,y:234,z:{region:'roof',offset:1.5}} 31 name 设备实例名称 remark 描述 state 设备状态,true可用,false不可用 9 action 修改操作 device poc 2 device
deviceId =deviceId 0 type =nvl(type, $disabled) name =nvl(name, $disabled) position =if(position != null, JSON.stringify(position), $disabled) remark =nvl(remark, $disabled) state =if(state != null, state ? '1' : '0', $disabled)
1 0 修改设备信息和状态 2021-6-8 15:50 0