Click or drag to resize

ISprinklerController Interface

[This is preliminary documentation and is subject to change.]

Defines the sprinkler controller capability

Namespace:  GHASchema.Classes.Capabilities.Water
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface ISprinklerController : IOperatingMode

The ISprinklerController type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfZones
Number of zones for the sprinkler controller
Public propertyOperatingMode
Operating mode for the implementing device
(Inherited from IOperatingMode.)
Top
See Also