128 lines
4.3 KiB
Java
128 lines
4.3 KiB
Java
package com.xkrs.controller;
|
|
|
|
public class Temp {
|
|
|
|
|
|
/**
|
|
* {
|
|
* "id":null,
|
|
* "category":"alarm",
|
|
* "method":"alarm.msg",
|
|
* "info":{
|
|
* "orgName":"热成像云台",
|
|
* "nodeCode":"1000042$1$0$1",
|
|
* "deviceCode":"1000042",
|
|
* "alarmCode":"{6E750E9B-9DB4-9C42-983F-B5117E2B8F67}",
|
|
* "alarmPicture":"",
|
|
* "nodeType":2,
|
|
* "deviceName":"固定桥村北",
|
|
* "alarmDate":"1646471854",
|
|
* "alarmGrade":2,
|
|
* "isSave":true,
|
|
* "unitType":1,
|
|
* "unitSeq":0,
|
|
* "extend":{
|
|
* "params":[
|
|
* {
|
|
* "fTemperature":0,
|
|
* "nDistance":1000,
|
|
* "nThermoHFOV":520,
|
|
* "nPresetId":1,
|
|
* "stuBoundingBox":{
|
|
* "nTop":4096,
|
|
* "nBottom":4369,
|
|
* "nLeft":3686,
|
|
* "nRight":3891
|
|
* },
|
|
* "stuFiringGPS":{
|
|
* "dbAltitude":0,
|
|
* "dwLatidude":0,
|
|
* "dwLongitude":0
|
|
* },
|
|
* "nThermoVFOV":390,
|
|
* "stuPTZPosition":{
|
|
* "nPositionX":2123,
|
|
* "nPositionY":2,
|
|
* "nZoom":1
|
|
* },
|
|
* "nTemperatureUnit":1,
|
|
* "fsid":2267,
|
|
* "fAltitude":150,
|
|
* "GPS_POINT":{
|
|
* "dwLatidude":39.873801,
|
|
* "dwLongitude":113.49956299999999
|
|
* }
|
|
* },
|
|
* {
|
|
* "fTemperature":0,
|
|
* "nDistance":1000,
|
|
* "nThermoHFOV":520,
|
|
* "nPresetId":1,
|
|
* "stuBoundingBox":{
|
|
* "nTop":5188,
|
|
* "nBottom":5461,
|
|
* "nLeft":1433,
|
|
* "nRight":2457
|
|
* },
|
|
* "stuFiringGPS":{
|
|
* "dbAltitude":0,
|
|
* "dwLatidude":0,
|
|
* "dwLongitude":0
|
|
* },
|
|
* "nThermoVFOV":390,
|
|
* "stuPTZPosition":{
|
|
* "nPositionX":2123,
|
|
* "nPositionY":2,
|
|
* "nZoom":1
|
|
* },
|
|
* "nTemperatureUnit":1,
|
|
* "fsid":2267,
|
|
* "fAltitude":150,
|
|
* "GPS_POINT":{
|
|
* "dwLatidude":39.873801,
|
|
* "dwLongitude":113.49956299999999
|
|
* }
|
|
* }
|
|
* ]
|
|
* },
|
|
* "alarmType":5122,
|
|
* "linkIds":"598970c2f97a422fbfeae77d02ffc8a5",
|
|
* "channelSeq":1,
|
|
* "orgCode":"001001",
|
|
* "channelName":"固定桥村北热成像",
|
|
* "alarmStat":1,
|
|
* "isEvent":false
|
|
* },
|
|
* "subsystem":"admin",
|
|
* "userIds":null,
|
|
* "sid":null,
|
|
* "domainId":null,
|
|
* "infoArray":null,
|
|
* "protocol":null
|
|
* }
|
|
*/
|
|
|
|
|
|
/**
|
|
* {
|
|
* "id":null,
|
|
* "category":"business",
|
|
* "method":"vms.notifyAlarmPicture",
|
|
* "info":{
|
|
* "chnName":"施家会村可见光",
|
|
* "pictureSize":"",
|
|
* "alarmCode":"{B73E8BD6-60A5-D549-80B8-B03FDB68C76F}",
|
|
* "alarmDate":"1646471804",
|
|
* "picture":"d7e12fe8-938d-11ec-9713-00ddb6910ecd/20220305/1/dsf_4d9cb367-9c5f-11ec-8e91-00ddb6910ecd_28749380_29339566.jpg"
|
|
* },
|
|
* "subsystem":"admin",
|
|
* "userIds":null,
|
|
* "sid":null,
|
|
* "domainId":null,
|
|
* "infoArray":null,
|
|
* "protocol":null
|
|
* }
|
|
*/
|
|
|
|
}
|