added main panel controls that react accordingly to status, TODO: cleanup, add status to lift script
This commit is contained in:
parent
936efa730d
commit
34e8fc9388
9 changed files with 245 additions and 41 deletions
|
@ -6,7 +6,8 @@ import { $mqtt } from 'vue-paho-mqtt'
|
|||
|
||||
const props = defineProps({
|
||||
room: String,
|
||||
position: String
|
||||
position: String,
|
||||
ctrlType: [String, null]
|
||||
})
|
||||
|
||||
const topicstrs = [ //TODO everything else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue