Beispiel #1
0
 static void X10_PlcFunctionReceived(object sender, PlcFunctionReceivedEventArgs args)
 {
     Console.WriteLine("PLC function received: Command {0} HouseCode {1}", args.Command, args.HouseCode);
 }
Beispiel #2
0
 static void X10_PlcFunctionReceived(object sender, PlcFunctionReceivedEventArgs args)
 {
     logger.Info("PLC function received: Command {0} HouseCode {1}", args.Command, args.HouseCode);
 }