class Crestron::NvxRx

Included Modules

Defined in:

crestron/nvx_rx.cr

Instance Method Summary

Instance methods inherited from class Crestron::CresNext

maintain_session maintain_session, manual_send(payload : JSON::Any) manual_send, received(data, task) received, tokenize(path : String) tokenize, websocket_headers websocket_headers

Instance methods inherited from module Crestron::CresNextAuth

authenticate authenticate, logout logout

Instance Method Detail

def aspect_ratio(mode : AspectRatio) #

aspect ratio defined in nvx_rx_models


[View source]
def connected #

[View source]
def output(state : Bool) #

[View source]
def switch(map : Hash(Input, Array(Output)), layer : SwitchLayer | Nil = nil) #

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

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


[View source]