module PlaceOS::Driver::Interface::Lighting::Scene

Overview

Expects status is set as self[area] = scene

Defined in:

placeos-driver/interface/lighting.cr

Instance Method Summary

Instance Method Detail

abstract def lighting_scene?(area : Area | Nil = nil) #

[View source]
abstract def set_lighting_scene(scene : UInt32, area : Area | Nil = nil, fade_time : UInt32 = 1000_u32) #

[View source]