EIS RESTfulAPI ProcWSNData
From ESS-WIKI
Revision as of 07:34, 4 October 2016 by Eric.liang (talk | contribs) (Created page with " var WSN.EVENT = {<br/> //Connectivity: 1000 ~ 1999<br/> Connectivity_UpdateInfoSpec: 1000,<br/> Con...")
var WSN.EVENT = {
//Connectivity: 1000 ~ 1999
Connectivity_UpdateInfoSpec: 1000,
Connectivity_UpdateData: 1001,
// SenHub: 2000 ~ 2999
SenHub_Register: 2000,
SenHub_Disconnect: 2001,
SenHub_UpdateInfoSpec: 2002,
SenHub_UpdateData: 2003,
SetResult: 3000
};