Click or drag to resize

IDimmable Interface

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

Defines the dimmer capability

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

The IDimmable type exposes the following members.

Properties
  NameDescription
Public propertyBrightness
Level of lighting between 0.0 and 1.0
Public propertyPresetDimLevel
Level to set lighting when the PowerState is true between 0.0 and 1.0
Public propertyRampRate
Rate in seconds at which to get desired lighting level
Top
See Also