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:
parent
1984db16bf
commit
d42b296bae
3 changed files with 94 additions and 88 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue