class Company3M::Displays::WallDisplay

Included Modules

Defined in:

company_3m/displays/wall_display.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def brightness(value : Int32 | Float64) #

[View source]
def colour_temp(value : ColourTemp) #

[View source]
def connected #

[View source]
def contrast(value : Int32 | Float64) #

[View source]
def disconnected #

[View source]
def do_poll #

[View source]
def mute_audio(state : Bool = true, index : Int32 | String = 0) #

[View source]
def on_load #

[View source]
def on_update #

[View source]
def power(state : Bool, **options) #

[View source]
def received(bytes, task) #

[View source]
def sharpness(value : Int32 | Float64) #

[View source]
def switch_to(input : Input) #
Description copied from module PlaceOS::Driver::Interface::InputSelection(Company3M::Displays::WallDisplay::Input)

Switches all outputs to the requested input Special case switch_to 0 should mute all the outputs, if supported


[View source]
def volume(level : Int32 | Float64) #

[View source]