We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2596a32 commit b16cdafCopy full SHA for b16cdaf
src/views/GeneralConfig.vue
@@ -128,7 +128,7 @@
128
$store.state.mqtt['openWB/general/http_api']
129
"
130
@update:model-value="
131
- sendSystemCommand('httpApi', { active: $event })
+ updateState('openWB/general/http_api', $event)
132
133
>
134
<template #help>
@@ -825,12 +825,6 @@ export default {
825
this.getRippleControlReceiverDefaultConfiguration($event),
826
);
827
},
828
- sendSystemCommand(command, data = {}) {
829
- this.$emit("sendCommand", {
830
- command: command,
831
- data: data,
832
- });
833
- },
834
835
};
836
</script>
0 commit comments