module Extron::SIS

Overview

Implementation, types and utilities for working with the Extron Simple Instruction Set (SIS) device control protocol.

This protocol is used for control of all Extron signal distribution, processing and general audio-visual products via SSH, telnet and serial control.

Direct including types

Defined in:

extron/sis.cr
extron/sis/command.cr

Constant Summary

DELIMITER = "\r\n"
SPECIAL_CHARS = "+-,@=‘[]{}<>`“;:|?".chars

Illegal characters for use in property names.

SSH_PORT = 22023
TELNET_PORT = 23