reworked and fixed tse controller to work with new layout, fixed random bugs in barco code -- note: due to testing, some actions are commented out, uncomment those for actual deployment

This commit is contained in:
0xEmm 2024-12-05 22:28:11 +01:00
parent 1984db16bf
commit d42b296bae
3 changed files with 94 additions and 88 deletions

View file

@ -92,9 +92,9 @@ const platnoStatus = ref(platnoState.UNKNOWN)
<!-- TODO lepš -->
<h4>platna {{ props.position }}</h4>
<button
@click="publishMQTTMsg(publishPrefix + 'go', 'UP')"><UpIcon/></button>
@click="publishMQTTMsg(publishPrefix + 'goto', 'UP')"><UpIcon/></button>
<button
@click="publishMQTTMsg(publishPrefix + 'go', 'DOWN')"><DownIcon/></button>
@click="publishMQTTMsg(publishPrefix + 'goto', 'DOWN')"><DownIcon/></button>
<div>
<h5>Manual control</h5>
<button