Mise à jour de l'indentation sur le le debug MQTT
This commit is contained in:
parent
c3d0650d9e
commit
18f91bf7f8
@ -24,7 +24,8 @@
|
||||
messageLogs: [] // Initialiser un tableau pour stocker les messages MQTT avec horodatage
|
||||
}
|
||||
},
|
||||
created() { subscribeToTopic('#', (topic, message) => { // Obtenir l'horodatage actuel
|
||||
created() {
|
||||
subscribeToTopic('#', (topic, message) => { // Obtenir l'horodatage actuel
|
||||
const timestamp = new Date().toLocaleString('fr-FR', {
|
||||
hour12: false,
|
||||
hour: '2-digit',
|
||||
|
Loading…
Reference in New Issue
Block a user