예제 #1
0
 private static void SendEventToMqtt(HubEvent evt)
 {
     _mqtt?.SendEventToMqttAsync(evt);
 }