Couple of update on the software side,
- I have added support for NC/NO configuration for every outlet. Which means, users can select a checkbox (named 'reverse') to indicate a relay is normal open or normal closed while declaring individual outlets. If not selected, reef-pi will treat the outlet as normally closed and set the GPIO pin to high state to switch it on, low to switch it off. Selecting reverse will do the opposite
https://github.com/reef-pi/reef-pi/pull/216
- I have added some code in the UI side to show different colors (I went with red or green outlined buttons, to keep them in sync with reef-pi theme in general) based on the equipment state.
a couple of performance enhancements also went in ...