summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* make reconcile simpler - needs testing...Christian Pointner2016-04-212-69/+50
|
* selecting server should work now - needs testing!Christian Pointner2016-04-202-13/+35
|
* sending fade commands @ selectServer works nowChristian Pointner2016-04-201-1/+9
|
* replaced snooze timer with generic settling timerChristian Pointner2016-04-193-21/+49
|
* don't exit from awakening without changing moodChristian Pointner2016-04-191-1/+2
|
* mood awaeking is done but needs testingChristian Pointner2016-04-191-6/+63
|
* create marshaller/unmarshaller for text,json,toml for all special typesChristian Pointner2016-04-193-16/+232
|
* implemented a snooze timeout to move out of awakening moodChristian Pointner2016-04-191-11/+33
|
* rename switch ports to switch inputs @ configChristian Pointner2016-04-191-12/+12
|
* enforce uniqueness in confi switch port assignmentChristian Pointner2016-04-192-10/+25
|
* fixed testcasee after switch command refactoringChristian Pointner2016-04-192-40/+97
|
* seperate changed times for switch partsChristian Pointner2016-04-184-30/+48
|
* improved audio switch port configChristian Pointner2016-04-182-2/+7
|
* added startup timerChristian Pointner2016-04-181-1/+8
|
* fetch state from switch and server if they are stale/missingChristian Pointner2016-04-183-12/+45
|
* 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
|
* cleanup help textChristian Pointner2016-04-031-5/+5
|
* telnet: print switch helpChristian Pointner2016-04-032-2/+35
|
* telnet: print brief summary for received state changesChristian Pointner2016-04-031-7/+21
|
* run telnet client as go-routine...Christian Pointner2016-04-031-3/+5
|
* parsing switch updates works nowChristian Pointner2016-04-033-24/+167
|
* telnet interface now renders switch stateChristian Pointner2016-04-032-11/+32
|
* switch command parser is now case insensitiveChristian Pointner2016-04-031-6/+6
|
* improved range checks for switch command parameterChristian Pointner2016-04-032-17/+74
|
* shallow implementation of server commandChristian Pointner2016-04-032-10/+29
|
* remove bloatChristian Pointner2016-04-031-20/+4
|
* send updates after update/reconcileChristian Pointner2016-04-031-7/+8
|
* telnet state command almost doneChristian Pointner2016-04-022-2/+38
|
* refactoring of server, switch statesChristian Pointner2016-04-026-71/+155
|
* some cleanupsChristian Pointner2016-04-013-5/+6
|
* implemented audio commandsChristian Pointner2016-04-011-6/+109
|
* implemented oc and relay commandsChristian Pointner2016-04-012-1/+54
|
* fixed command type mappingChristian Pointner2016-03-313-20/+27
|
* switch status commands work nowChristian Pointner2016-03-314-19/+75
|
* add test cases for switch commandsChristian Pointner2016-03-311-0/+157
|
* added generator for switch commandsChristian Pointner2016-03-303-5/+181
|
* switched to different pubsub packageChristian Pointner2016-03-302-38/+60
|
* add support for listening to status messagesChristian Pointner2016-03-303-10/+77
|
* basic telnet commandsChristian Pointner2016-03-292-9/+123
|
* added telnet control interfaceChristian Pointner2016-03-293-4/+80
|
* added audio port cofiguration to config parserChristian Pointner2016-03-272-0/+5
|
* use Trim() not TrimLeft(TrimRight())Christian Pointner2016-03-271-1/+1
|
* receiving of updates from switch as well from servers works nowChristian Pointner2016-03-272-6/+27
|
* added SwitchCTRLChristian Pointner2016-03-272-0/+55
|
* pass switch updates through to serverChristian Pointner2016-03-271-0/+4
|
* added channel to request server status updatesChristian Pointner2016-03-271-11/+22
|
* add log message when server comes back from the deadChristian Pointner2016-03-271-0/+1
|
* streamlined log outputChristian Pointner2016-03-273-15/+10
|
* some cleanupChristian Pointner2016-03-262-2/+3
|