Click or drag to resize

ISmokeDetector Interface

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

Defines the Smoke Detector 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 ISmokeDetector

The ISmokeDetector type exposes the following members.

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