Difference between revisions of "EIS RESTfulAPI ProcWSNData"

From ESS-WIKI
Jump to: navigation, search
(Created page with " var WSN.EVENT = {<br/>     //Connectivity: 1000 ~ 1999<br/>     Connectivity_UpdateInfoSpec:    1000,<br/>     Con...")
(No difference)

Revision as of 08:34, 4 October 2016

 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            
 };