summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* incoporated telgo changesChristian Pointner2016-12-062-3/+7
|
* added log output for server selection commandChristian Pointner2016-11-171-0/+1
|
* added channel command to fix switch-switchback delay due to settling timeoutsChristian Pointner2016-11-172-3/+25
|
* move serial port to external packageChristian Pointner2016-11-174-225/+21
|
* return actual http status code on errorChristian Pointner2016-11-101-2/+2
|
* introduced server resurrection levelChristian Pointner2016-09-301-4/+11
|
* don't switch to mood nervous if just channel is wrongChristian Pointner2016-09-291-4/+1
|
* some minor cleanupChristian Pointner2016-09-241-5/+4
|
* some more marshallerChristian Pointner2016-09-243-4/+24
|
* addes subscribe command to websocketChristian Pointner2016-09-241-2/+93
|
* fixed output of websocket state commandChristian Pointner2016-09-242-0/+2
|
* added support for web-socket based interfaceChristian Pointner2016-09-243-4/+145
|
* remove errornous marshaller for moodChristian Pointner2016-09-241-10/+0
|
* added marshaller for moodChristian Pointner2016-09-241-0/+15
|
* implemented state web api endpointChristian Pointner2016-09-241-3/+28
|
* added basic web interfaceChristian Pointner2016-09-243-1/+84
|
* fix message levelChristian Pointner2016-09-241-1/+1
|
* log message when stale states are updatedChristian Pointner2016-09-241-0/+1
|
* make settling times configurableChristian Pointner2016-09-242-8/+43
|
* changed vs. updatedChristian Pointner2016-09-244-27/+27
|
* cleanup some hardcoded values (still not done), added ticker to update ↵Christian Pointner2016-09-241-10/+37
| | | | states if the go stale
* fixed bug introduced by latest changeChristian Pointner2016-09-231-1/+1
|
* improve log output for switch over requests while settlingChristian Pointner2016-09-232-2/+5
|
* return true when reconcile is called for already active serverChristian Pointner2016-09-231-5/+9
|
* fixed server selectionChristian Pointner2016-09-231-14/+13
|
* try requested server...Christian Pointner2016-09-231-13/+41
|
* implemented server command channel for handoverChristian Pointner2016-09-232-10/+27
|
* fix output of telnet state command (last changed...)Christian Pointner2016-09-231-2/+2
|
* fixed help output for audio output commandChristian Pointner2016-09-231-1/+1
|
* nicer log on startupChristian Pointner2016-09-221-1/+1
|
* serial traps in rivendell can't contain a spaceChristian Pointner2016-09-221-2/+4
|
* minor cleanupsChristian Pointner2016-09-222-10/+9
|
* playout server use a single serial device nowChristian Pointner2016-09-222-43/+37
|
* added handover command to serverChristian Pointner2016-04-211-0/+8
|
* 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
|