rework of tse controler to work with new mqtt structure, probably not working 100% yet

This commit is contained in:
0xEmm 2024-12-05 14:52:26 +01:00
parent e595fb97ce
commit 1984db16bf
3 changed files with 143 additions and 36 deletions

View file

@ -31,4 +31,8 @@
- `set` - set the power status (`0` or `1`)
- `/projectors` - Projectors and lifts
- `status` - current power status (`0` or `1`)
- `set` - set the power status (`0` or `1`)
- `set` - set the power status (`0` or `1`)
- `/firanki/`
- `status` - `STATIONARY`, `MOVING_UP`, `MOVING_DOWN`
- `command` - `NONE`, `MOVE_UP`, `MOVE_DOWN`