class Company3M::Displays::WallDisplay
- Company3M::Displays::WallDisplay
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::AudioMuteable
- PlaceOS::Driver::Interface::InputSelection(Company3M::Displays::WallDisplay::Input)
- PlaceOS::Driver::Interface::Powerable
Defined in:
company_3m/displays/wall_display.crClass Method Summary
Instance Method Summary
- #brightness(value : Int32 | Float64)
- #colour_temp(value : ColourTemp)
- #connected
- #contrast(value : Int32 | Float64)
- #disconnected
- #do_poll
- #mute_audio(state : Bool = true, index : Int32 | String = 0)
- #on_load
- #on_update
- #power(state : Bool, **options)
- #received(bytes, task)
- #sharpness(value : Int32 | Float64)
-
#switch_to(input : Input)
Switches all outputs to the requested input Special case
switch_to 0
should mute all the outputs, if supported - #volume(level : Int32 | Float64)
Class Method Detail
Instance Method Detail
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