調用該介面查詢指定品類的物模型資訊。
QPS限制
單個阿里雲帳號調用該介面的每秒請求數(QPS)最大限制為2。
說明 單個阿里雲帳號下的所有RAM使用者共用該阿里雲帳號的配額。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
請求參數
| 名稱 | 類型 | 是否必選 | 樣本值 | 描述 |
| Action | String | 是 | GetThingTemplate | 系統規定參數。取值:GetThingTemplate。 |
| IotInstanceId | String | 否 | iot_instc_pu****_c*-v64******** | 執行個體ID。您可在物聯網平台控制台的執行個體概覽頁面,查看當前執行個體的ID。 重要
執行個體的更多資訊,請參見執行個體概述。 |
| ResourceGroupId | String | 否 | rg-acfm4l5tcwd**** | 資源群組ID。 重要 目前,物聯網平台僅支援執行個體維度資源群組管理。請求參數ResourceGroupId配置已無效,無需再傳入。
|
| CategoryKey | String | 否 | Lighting | 要查詢的品類的標識符。 可以從調用ListThingTemplates的返回資料中,查看各品類的CategoryKey。 |
調用API時,除了本文介紹的該API的特有請求參數,還需傳入公用請求參數。公用請求參數說明,請參見公用參數文檔。
返回資料
| 名稱 | 類型 | 樣本值 | 描述 |
| Code | String | iot.system.SystemException | 調用失敗時,返回的錯誤碼。更多資訊,請參見錯誤碼。 |
| ErrorMessage | String | 系統異常 | 調用失敗時,返回的出錯資訊。 |
| RequestId | String | E55E50B7-40EE-4B6B-8BBE-D3ED55CCF565 | 阿里雲為該請求產生的唯一識別碼。 |
| Success | Boolean | true | 表示是否調用成功。
|
| ThingModelJSON | String | { "properties":[],"services":[], "events":[]} | 調用成功時,返回的物模型功能定義,格式為:
功能資訊中包含的具體參數結構,請參見物模型格式。 |
樣本
請求樣本
https://iot.cn-shanghai.aliyuncs.com/?Action=GetThingTemplate
&CategoryKey=Lighting
&<公用請求參數>
正常返回樣本
XML格式
<GetThingTemplateResponse>
<ThingModelJSON>{"services":[{"callType":"ASYNC","custom":false,"description":"","identifier":"TimeReset","inputParams":[{"custom":false,"dataSpecs":{"dataType":"TEXT","length":255},"dataType":"TEXT","direction":"PARAM_INPUT","identifier":"TimeReset","name":"TimeReset","paraOrder":0}],"outputParams":[],"required":false,"serviceName":"裝置校時服務"},{"callType":"ASYNC","custom":false,"description":"","identifier":"SetTimerTask","inputParams":[],"outputParams":[{"custom":false,"dataSpecs":{"dataType":"TEXT","length":255},"dataType":"TEXT","direction":"PARAM_OUTPUT","identifier":"SetTimer","name":"SetTimer","paraOrder":0}],"required":false,"serviceName":"時間任務下發"}],"properties":[{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"","identifier":"LightStatus","name":"工作狀態","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"100","min":"0","precise":0,"step":"1","unit":"%","unitName":"百分比"},"dataType":"INT","description":"調光等級採用百分比表示","identifier":"LightAdjustLevel","name":"調光等級","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"4","min":"0","precise":7,"step":"0.1","unit":"V","unitName":"伏特"},"dataType":"FLOAT","description":"顯示裝置電壓;電參數採用4個位元組浮點型資料","identifier":"LightVolt","name":"工作電壓","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"9","min":"0","precise":7,"step":"0.1","unit":"A","unitName":"安培"},"dataType":"FLOAT","description":"電參數採用4個位元組浮點型資料","identifier":"LightCurrent","name":"工作電流","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"1000","min":"0","precise":7,"step":"0.1","unit":"W","unitName":"瓦特"},"dataType":"FLOAT","description":"電參數採用4個位元組浮點型資料","identifier":"ActivePower","name":"有功功率值","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"1","min":"0.01","precise":7,"step":"0.1","unit":"pF","unitName":"皮法"},"dataType":"FLOAT","description":"電參數採用4個位元組浮點型資料","identifier":"PowerRatio","name":"功率因數","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"2147483647","min":"0","precise":7,"step":"0.1","unit":"kW·h","unitName":"千瓦·時"},"dataType":"FLOAT","description":"耗電量;電參數採用4個位元組浮點型資料","identifier":"PowerConsumption","name":"用電量","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"400","min":"0","precise":7,"step":"0.1","unit":"V","unitName":"伏特"},"dataType":"FLOAT","description":"電參數採用4個位元組浮點型資料","identifier":"DrainVoltage","name":"漏電壓","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"90","min":"0","precise":0,"step":"1","unit":"°","unitName":"度"},"dataType":"INT","description":"路燈的傾斜角度;採用1個位元組16進位數","identifier":"TiltValue","name":"傾斜角度值","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"1000","min":"0","precise":0,"step":"1","unit":"W","unitName":"瓦特"},"dataType":"INT","description":"故障功率門限","identifier":"ErrorPowerThreshold","name":"故障功率門限","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"FLOAT","max":"9","min":"0.1","precise":7,"step":"0.1","unit":"A","unitName":"安培"},"dataType":"FLOAT","description":"","identifier":"ErrorCurrentThreshold","name":"故障電流門限","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"90","min":"0","precise":0,"step":"1","unit":"°","unitName":"度"},"dataType":"INT","description":"","identifier":"TiltThreshold","name":"傾斜閾值","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"400","min":"0","precise":0,"step":"1","unit":"V","unitName":"伏特"},"dataType":"INT","description":"","identifier":"UnderVoltThreshold","name":"欠壓閾值","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"9","min":"0","precise":0,"step":"1","unit":"A","unitName":"安培"},"dataType":"INT","description":"","identifier":"OverCurrentThreshold","name":"過流閾值","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"400","min":"0","precise":0,"step":"1","unit":"V","unitName":"伏特"},"dataType":"INT","description":"","identifier":"OverVoltThreshold","name":"過壓閾值","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"LightErrorEnable","name":"燈具故障使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"OverCurrentEnable","name":"過流警示使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"OverVoltEnable","name":"過壓警示使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"UnderVoltEnable","name":"欠壓警示使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"LeakageEnable","name":"漏電警示使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"開啟","value":1},{"dataType":"BOOL","name":"關閉","value":0}],"dataType":"BOOL","description":"1:開啟,0:關閉","identifier":"OverTiltEnable","name":"傾斜警示使能","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"LampError","name":"燈具故障警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"OverCurrentError","name":"過流警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"OverVoltError","name":"過壓警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"UnderVoltError","name":"欠壓警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"OverTiltError","name":"傾斜警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"dataType":"BOOL","name":"警示","value":1},{"dataType":"BOOL","name":"正常","value":0}],"dataType":"BOOL","description":"1-警示;0-正常","identifier":"LeakageError","name":"漏電警示","required":true,"rwFlag":"READ_ONLY","std":true},{"custom":false,"customFlag":false,"dataSpecsList":[{"childDataType":"DOUBLE","childName":"經度","childSpecsDTO":{"dataType":"DOUBLE","max":"180","min":"-180","precise":7,"step":"0.01","unit":"°","unitName":"度"},"dataSpecs":{"$ref":"$.properties[27].dataSpecsList[0].childSpecsDTO"},"dataSpecsObject":{"unit":"°","min":"-180","unitName":"度","max":"180","dataType":"double","step":"0.01","precise":7},"dataType":"STRUCT","identifier":"longitude","name":"地理位置"},{"childDataType":"DOUBLE","childName":"緯度","childSpecsDTO":{"dataType":"DOUBLE","max":"180","min":"-180","precise":7,"step":"0.01","unit":"°","unitName":"度"},"dataSpecs":{"$ref":"$.properties[27].dataSpecsList[1].childSpecsDTO"},"dataSpecsObject":{"unit":"°","min":"-180","unitName":"度","max":"180","dataType":"double","step":"0.01","precise":7},"dataType":"STRUCT","identifier":"latitude","name":"地理位置"},{"childDataType":"DOUBLE","childName":"高度","childSpecsDTO":{"dataType":"DOUBLE","max":"9999","min":"0","precise":7,"step":"0.01","unit":"m","unitName":"米"},"dataSpecs":{"$ref":"$.properties[27].dataSpecsList[2].childSpecsDTO"},"dataSpecsObject":{"unit":"m","min":"0","unitName":"米","max":"9999","dataType":"double","step":"0.01","precise":7},"dataType":"STRUCT","identifier":"altitude","name":"地理位置"},{"childDataType":"ENUM","childEnumSpecsDTO":[{"dataType":"ENUM","name":"WGS_84","value":1},{"dataType":"ENUM","name":"GCJ_02","value":2}],"childName":"座標系統","dataSpecsArray":[{"dataType":"enum","name":"WGS_84","value":"1"},{"dataType":"enum","name":"GCJ_02","value":"2"}],"dataSpecsList":[{"dataType":"ENUM","name":"WGS_84","value":1},{"dataType":"ENUM","name":"GCJ_02","value":2}],"dataType":"STRUCT","identifier":"CoordinateSystem","name":"地理位置"}],"dataType":"STRUCT","description":"","identifier":"GeoLocation","name":"地理位置","required":true,"rwFlag":"READ_WRITE","std":true},{"custom":false,"customFlag":false,"dataSpecs":{"dataType":"INT","max":"65535","min":"0","precise":0,"step":"1","unit":"LUX","unitName":"照度"},"dataType":"INT","description":"","identifier":"LightLux","name":"光照值","required":false,"rwFlag":"READ_ONLY","std":true}],"events":[]}</ThingModelJSON>
<RequestId>B79DEAAF-74F3-4AFF-95C3-FC8CDB8B831A</RequestId>
<Success>true</Success>
</GetThingTemplateResponse>
JSON格式
{
"ThingModelJSON": "{\"services\":[{\"callType\":\"ASYNC\",\"custom\":false,\"description\":\"\",\"identifier\":\"TimeReset\",\"inputParams\":[{\"custom\":false,\"dataSpecs\":{\"dataType\":\"TEXT\",\"length\":255},\"dataType\":\"TEXT\",\"direction\":\"PARAM_INPUT\",\"identifier\":\"TimeReset\",\"name\":\"TimeReset\",\"paraOrder\":0}],\"outputParams\":[],\"required\":false,\"serviceName\":\"裝置校時服務\"},{\"callType\":\"ASYNC\",\"custom\":false,\"description\":\"\",\"identifier\":\"SetTimerTask\",\"inputParams\":[],\"outputParams\":[{\"custom\":false,\"dataSpecs\":{\"dataType\":\"TEXT\",\"length\":255},\"dataType\":\"TEXT\",\"direction\":\"PARAM_OUTPUT\",\"identifier\":\"SetTimer\",\"name\":\"SetTimer\",\"paraOrder\":0}],\"required\":false,\"serviceName\":\"時間任務下發\"}],\"properties\":[{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"\",\"identifier\":\"LightStatus\",\"name\":\"工作狀態\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"100\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"%\",\"unitName\":\"百分比\"},\"dataType\":\"INT\",\"description\":\"調光等級採用百分比表示\",\"identifier\":\"LightAdjustLevel\",\"name\":\"調光等級\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"4\",\"min\":\"0\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"V\",\"unitName\":\"伏特\"},\"dataType\":\"FLOAT\",\"description\":\"顯示裝置電壓;電參數採用4個位元組浮點型資料\",\"identifier\":\"LightVolt\",\"name\":\"工作電壓\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"9\",\"min\":\"0\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"A\",\"unitName\":\"安培\"},\"dataType\":\"FLOAT\",\"description\":\"電參數採用4個位元組浮點型資料\",\"identifier\":\"LightCurrent\",\"name\":\"工作電流\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"1000\",\"min\":\"0\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"W\",\"unitName\":\"瓦特\"},\"dataType\":\"FLOAT\",\"description\":\"電參數採用4個位元組浮點型資料\",\"identifier\":\"ActivePower\",\"name\":\"有功功率值\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"1\",\"min\":\"0.01\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"pF\",\"unitName\":\"皮法\"},\"dataType\":\"FLOAT\",\"description\":\"電參數採用4個位元組浮點型資料\",\"identifier\":\"PowerRatio\",\"name\":\"功率因數\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"2147483647\",\"min\":\"0\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"kW·h\",\"unitName\":\"千瓦·時\"},\"dataType\":\"FLOAT\",\"description\":\"耗電量;電參數採用4個位元組浮點型資料\",\"identifier\":\"PowerConsumption\",\"name\":\"用電量\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"400\",\"min\":\"0\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"V\",\"unitName\":\"伏特\"},\"dataType\":\"FLOAT\",\"description\":\"電參數採用4個位元組浮點型資料\",\"identifier\":\"DrainVoltage\",\"name\":\"漏電壓\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"90\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"°\",\"unitName\":\"度\"},\"dataType\":\"INT\",\"description\":\"路燈的傾斜角度;採用1個位元組16進位數\",\"identifier\":\"TiltValue\",\"name\":\"傾斜角度值\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"1000\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"W\",\"unitName\":\"瓦特\"},\"dataType\":\"INT\",\"description\":\"故障功率門限\",\"identifier\":\"ErrorPowerThreshold\",\"name\":\"故障功率門限\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"FLOAT\",\"max\":\"9\",\"min\":\"0.1\",\"precise\":7,\"step\":\"0.1\",\"unit\":\"A\",\"unitName\":\"安培\"},\"dataType\":\"FLOAT\",\"description\":\"\",\"identifier\":\"ErrorCurrentThreshold\",\"name\":\"故障電流門限\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"90\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"°\",\"unitName\":\"度\"},\"dataType\":\"INT\",\"description\":\"\",\"identifier\":\"TiltThreshold\",\"name\":\"傾斜閾值\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"400\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"V\",\"unitName\":\"伏特\"},\"dataType\":\"INT\",\"description\":\"\",\"identifier\":\"UnderVoltThreshold\",\"name\":\"欠壓閾值\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"9\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"A\",\"unitName\":\"安培\"},\"dataType\":\"INT\",\"description\":\"\",\"identifier\":\"OverCurrentThreshold\",\"name\":\"過流閾值\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"400\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"V\",\"unitName\":\"伏特\"},\"dataType\":\"INT\",\"description\":\"\",\"identifier\":\"OverVoltThreshold\",\"name\":\"過壓閾值\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"LightErrorEnable\",\"name\":\"燈具故障使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"OverCurrentEnable\",\"name\":\"過流警示使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"OverVoltEnable\",\"name\":\"過壓警示使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"UnderVoltEnable\",\"name\":\"欠壓警示使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"LeakageEnable\",\"name\":\"漏電警示使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"開啟\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"關閉\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1:開啟,0:關閉\",\"identifier\":\"OverTiltEnable\",\"name\":\"傾斜警示使能\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"LampError\",\"name\":\"燈具故障警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"OverCurrentError\",\"name\":\"過流警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"OverVoltError\",\"name\":\"過壓警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"UnderVoltError\",\"name\":\"欠壓警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"OverTiltError\",\"name\":\"傾斜警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"dataType\":\"BOOL\",\"name\":\"警示\",\"value\":1},{\"dataType\":\"BOOL\",\"name\":\"正常\",\"value\":0}],\"dataType\":\"BOOL\",\"description\":\"1-警示;0-正常\",\"identifier\":\"LeakageError\",\"name\":\"漏電警示\",\"required\":true,\"rwFlag\":\"READ_ONLY\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecsList\":[{\"childDataType\":\"DOUBLE\",\"childName\":\"經度\",\"childSpecsDTO\":{\"dataType\":\"DOUBLE\",\"max\":\"180\",\"min\":\"-180\",\"precise\":7,\"step\":\"0.01\",\"unit\":\"°\",\"unitName\":\"度\"},\"dataSpecs\":{\"$ref\":\"$.properties[27].dataSpecsList[0].childSpecsDTO\"},\"dataSpecsObject\":{\"unit\":\"°\",\"min\":\"-180\",\"unitName\":\"度\",\"max\":\"180\",\"dataType\":\"double\",\"step\":\"0.01\",\"precise\":7},\"dataType\":\"STRUCT\",\"identifier\":\"longitude\",\"name\":\"地理位置\"},{\"childDataType\":\"DOUBLE\",\"childName\":\"緯度\",\"childSpecsDTO\":{\"dataType\":\"DOUBLE\",\"max\":\"180\",\"min\":\"-180\",\"precise\":7,\"step\":\"0.01\",\"unit\":\"°\",\"unitName\":\"度\"},\"dataSpecs\":{\"$ref\":\"$.properties[27].dataSpecsList[1].childSpecsDTO\"},\"dataSpecsObject\":{\"unit\":\"°\",\"min\":\"-180\",\"unitName\":\"度\",\"max\":\"180\",\"dataType\":\"double\",\"step\":\"0.01\",\"precise\":7},\"dataType\":\"STRUCT\",\"identifier\":\"latitude\",\"name\":\"地理位置\"},{\"childDataType\":\"DOUBLE\",\"childName\":\"高度\",\"childSpecsDTO\":{\"dataType\":\"DOUBLE\",\"max\":\"9999\",\"min\":\"0\",\"precise\":7,\"step\":\"0.01\",\"unit\":\"m\",\"unitName\":\"米\"},\"dataSpecs\":{\"$ref\":\"$.properties[27].dataSpecsList[2].childSpecsDTO\"},\"dataSpecsObject\":{\"unit\":\"m\",\"min\":\"0\",\"unitName\":\"米\",\"max\":\"9999\",\"dataType\":\"double\",\"step\":\"0.01\",\"precise\":7},\"dataType\":\"STRUCT\",\"identifier\":\"altitude\",\"name\":\"地理位置\"},{\"childDataType\":\"ENUM\",\"childEnumSpecsDTO\":[{\"dataType\":\"ENUM\",\"name\":\"WGS_84\",\"value\":1},{\"dataType\":\"ENUM\",\"name\":\"GCJ_02\",\"value\":2}],\"childName\":\"座標系統\",\"dataSpecsArray\":[{\"dataType\":\"enum\",\"name\":\"WGS_84\",\"value\":\"1\"},{\"dataType\":\"enum\",\"name\":\"GCJ_02\",\"value\":\"2\"}],\"dataSpecsList\":[{\"dataType\":\"ENUM\",\"name\":\"WGS_84\",\"value\":1},{\"dataType\":\"ENUM\",\"name\":\"GCJ_02\",\"value\":2}],\"dataType\":\"STRUCT\",\"identifier\":\"CoordinateSystem\",\"name\":\"地理位置\"}],\"dataType\":\"STRUCT\",\"description\":\"\",\"identifier\":\"GeoLocation\",\"name\":\"地理位置\",\"required\":true,\"rwFlag\":\"READ_WRITE\",\"std\":true},{\"custom\":false,\"customFlag\":false,\"dataSpecs\":{\"dataType\":\"INT\",\"max\":\"65535\",\"min\":\"0\",\"precise\":0,\"step\":\"1\",\"unit\":\"LUX\",\"unitName\":\"照度\"},\"dataType\":\"INT\",\"description\":\"\",\"identifier\":\"LightLux\",\"name\":\"光照值\",\"required\":false,\"rwFlag\":\"READ_ONLY\",\"std\":true}],\"events\":[]}",
"RequestId": "B79DEAAF-74F3-4AFF-95C3-FC8CDB8B831A",
"Success": true
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。