crestron-control-microservice

command module
v0.0.0-...-f5dc2ee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

README

crestron-control-microservice

CircleCI Apache 2 License

Configuration File

The configuration file, signal-configuration.json, exists to make mapping of symbol names to Go code and behavior easier. In general, the configuration file is structured as follows:

{
    "SetVolume": {
        "signalName": "setVolumeLevel",
        "signalValue": "level",
		"parameterized": true,
        "highLow": false
    },
    "PowerOn": {
        "signalName": "confirmStartupPress",
        "signalValue": 1,
		"parameterized": true,
        "highLow": true 
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL