取得STA SensorThings資料,搭配 ServiceInfo.showSTASensorThingList 使用。
ServiceInfo.showSTASensorThingList
STA SensorThings資料參數。
載入結束的回呼,傳回SensorThings資源。
SensorThings資源,用以abort。
let info = { type: "AirQuality", source: 0, catalog: 0, dataType: 0 };let resource = null;ov.SensorThings.getSTASensorThingsData(info, console.log, function (ret) { resource = ret; }); 複製
let info = { type: "AirQuality", source: 0, catalog: 0, dataType: 0 };let resource = null;ov.SensorThings.getSTASensorThingsData(info, console.log, function (ret) { resource = ret; });
取得STA SensorThings資料,搭配
ServiceInfo.showSTASensorThingList使用。