Example #1
0
 public void AddDevice(BasicTriListWithSmartObject device)
 {
     InternalArea.AddDevice(device);
     InternalScenes.AddDevice(device);
     InternalZones.AddDevice(device);
     InternalSch.AddDevice(device);
     InternalZonerename.AddDevice(device);
 }