aboutsummaryrefslogtreecommitdiffstats
path: root/web/api/write/switches
Commit message (Collapse)AuthorAgeLines
* Expose new-style edit-stuff in old-style panelKristian Lyngstol2019-01-09-18/+6
| | | | | | | | | | | The integration is a hack, but a first step. I will eventually remove all the code in nms-info-box, but I needed a simple test. This also demonstrates how to add a new switch.... simply hit edit, then change the name. It aint pretty, and shouldn't work like it does today, but it's a decent example. Also, had to fix the backend again now that I actually tested the write-api :D
* First step to major cleanupKristian Lyngstol2019-01-03-0/+128
Fixes #150 Fixe #88 Closes #3 Probably lots of bugs introduced, will fix ASAP.