Ejemplo n.º 1
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetCommandTopic(_blueprintId, _thingId));
 }
Ejemplo n.º 2
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetAttributeTopic(_blueprintId, _thingId));
 }
Ejemplo n.º 3
0
 public string GetTopic()
 {
     return(M2MgoTopics.GetDataTopic(_blueprintId, _thingId, _sensorId));
 }