reworked relay controls with i2c relay boards, added lift controls to service panel on frontend

This commit is contained in:
0xEmm 2024-12-10 22:38:02 +01:00
parent ec9c2e818d
commit 936efa730d
12 changed files with 458 additions and 77 deletions

View file

@ -17,10 +17,12 @@
- `/move` - `UP`, `DOWN` or `STOP`
- `/goto` - `UP` or `DOWN`
- `/lift/`
- `up` - 0/1
- `down` - 0/1
- `service_up` - 0/1
- `service_down` - 0/1
- `status/` blablbabla
- `move/`
- `up` - 0/1
- `down` - 0/1
- `service_up` - 0/1
- `service_down` - 0/1
- `/power/` - Controls power for different parts of the installation
- `/master/` - Master power for most hardware in the rack
@ -35,4 +37,4 @@
- `/firanki/`
- `status` - `STOPPED`, `MOVING_UP`, `MOVING_DOWN`
- `move` - `STOP`, `MOVE_UP`, `MOVE_DOWN`
- `move` - `STOP`, `MOVE_UP`, `MOVE_DOWN`