Skip to content

Commit 61a9665

Browse files
committed
remove command
1 parent 2596a32 commit 61a9665

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/views/GeneralConfig.vue

+1-7
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
$store.state.mqtt['openWB/general/http_api']
129129
"
130130
@update:model-value="
131-
sendSystemCommand('httpApi', { active: $event })
131+
updateState('openWB/general/http_api', { active: $event })
132132
"
133133
>
134134
<template #help>
@@ -825,12 +825,6 @@ export default {
825825
this.getRippleControlReceiverDefaultConfiguration($event),
826826
);
827827
},
828-
sendSystemCommand(command, data = {}) {
829-
this.$emit("sendCommand", {
830-
command: command,
831-
data: data,
832-
});
833-
},
834828
},
835829
};
836830
</script>

0 commit comments

Comments
 (0)