summaryrefslogtreecommitdiff
path: root/src/rhctl/audio_switch.go
Commit message (Expand)AuthorAgeFilesLines
* replaced snooze timer with generic settling timerChristian Pointner2016-04-191-0/+2
* create marshaller/unmarshaller for text,json,toml for all special typesChristian Pointner2016-04-191-2/+2
* seperate changed times for switch partsChristian Pointner2016-04-181-10/+14
* fetch state from switch and server if they are stale/missingChristian Pointner2016-04-181-11/+24
* only send switch status update if parsing was a succesChristian Pointner2016-04-181-0/+1
* parsing single GPI update, fixes from go vetChristian Pointner2016-04-181-13/+30
* parsing switch updates works nowChristian Pointner2016-04-031-21/+158
* telnet interface now renders switch stateChristian Pointner2016-04-031-6/+6
* improved range checks for switch command parameterChristian Pointner2016-04-031-8/+17
* refactoring of server, switch statesChristian Pointner2016-04-021-7/+19
* implemented oc and relay commandsChristian Pointner2016-04-011-1/+3
* switch status commands work nowChristian Pointner2016-03-311-6/+1
* added generator for switch commandsChristian Pointner2016-03-301-2/+4
* add support for listening to status messagesChristian Pointner2016-03-301-2/+28
* streamlined log outputChristian Pointner2016-03-271-6/+6
* some cleanupChristian Pointner2016-03-261-1/+1
* heartbeat handling works nowChristian Pointner2016-03-261-1/+4
* switch message handling works nowChristian Pointner2016-03-261-9/+107
* reading from audio switch serial works nowChristian Pointner2016-03-261-5/+7
* disconnecting serial devices is now properly handledChristian Pointner2016-03-261-4/+10
* basic process handling is workingChristian Pointner2016-03-261-2/+5
* add an optional newline for all serial lineChristian Pointner2016-03-251-1/+1
* added basic audioswitch structChristian Pointner2016-03-251-0/+46