Beispiel #1
0
 public NuvoControl.Common.Configuration.Function[] GetFunctions(NuvoControl.Common.Configuration.Address zoneId)
 {
     return(base.Channel.GetFunctions(zoneId));
 }
Beispiel #2
0
 public NuvoControl.Common.Configuration.ZoneGraphic GetZoneGraphicConfiguration(NuvoControl.Common.Configuration.Address zoneId)
 {
     return(base.Channel.GetZoneGraphicConfiguration(zoneId));
 }
Beispiel #3
0
 public void RemoveMonitor(NuvoControl.Common.Configuration.Address zoneId)
 {
     base.Channel.RemoveMonitor(zoneId);
 }
Beispiel #4
0
 public void SetZoneState(NuvoControl.Common.Configuration.Address zoneId, NuvoControl.Common.ZoneState stateCommand)
 {
     base.Channel.SetZoneState(zoneId, stateCommand);
 }
Beispiel #5
0
 public NuvoControl.Common.ZoneState GetZoneState(NuvoControl.Common.Configuration.Address zoneId)
 {
     return(base.Channel.GetZoneState(zoneId));
 }