Click or drag to resize

IWaterSensor Interface

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

Defines the Water sensor capability

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

The IWaterSensor type exposes the following members.

Properties
  NameDescription
Public propertyWaterDetected
Determines if water is present (true) or not (false)
Top
See Also