예제 #1
0
 public static void setKNXConnectionState(boolean connected) {
   knxConnectionState = connected;
   instance.sendConnectionState();
 }