class Crestron::NvxTx

Included Modules

Defined in:

crestron/nvx_tx.cr

Class Method Summary

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

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def connected #

[View source]
def emulate_input_sync(state : Bool = true, idx : Int32 = 1) #

[View source]
def multicast_address(address : String) #

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

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

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

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


[View source]