diff --git a/VApp/src/components/MQTTColorPublisher.vue b/VApp/src/components/MQTTColorPublisher.vue index b246e36d..1bf6b7db 100644 --- a/VApp/src/components/MQTTColorPublisher.vue +++ b/VApp/src/components/MQTTColorPublisher.vue @@ -53,12 +53,12 @@ import { publishMessage } from '@/services/mqttService'; const selectedTopic = ref('Selectionnez un topic'); const selectedColor = ref('#FF0000'); const topics = ref([ - '/wled/all', - '/wled/1', - '/wled/2', - '/wled/3', - '/wled/4', - '/wled/5', + 'wled/all/col', + 'wled/panel/col', + 'wled/2', + 'wled/3', + 'wled/4', + 'wled/5', ]); const publishCustomColor = () => {