Click or drag to resize

IDaylightSensor Interface

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

Implements the Daylight detection capability

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

The IDaylightSensor type exposes the following members.

Properties
  NameDescription
Public propertyDaylight
Determines if it is daylight (true) or not (false)
Public propertyLastTimeTriggered
The date/time the last time the sensor was updated
Top
See Also