Provides control over lighting lamps.
More...
|
Task< Int32 > | GetLampsCount () |
| Get number of lamps supported by light dimmer.
|
|
Task< Byte > | GetLampBrightness (Int32 lampIndex) |
| Get brightness value of specified lamp by its index.
|
|
Task | SetLampBrightness (Int32 lampIndex, Byte brightness) |
| Set brightness value for specified lamp by its index.
|
|
Task | SetCommonBrightness (Byte brightness) |
| Set brightness value for all available lamps.
|
|
Provides control over lighting lamps.