ha: whitespace

pull/3375/head
Rob Pilling 2024-04-21 19:29:50 +01:00
parent 60c6f35151
commit e993711eb2
1 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@ exports.sendTrigger = function(triggerName){
// Now lets send the trigger that we sould send.
Bluetooth.println("");
Bluetooth.println(JSON.stringify({
t:"intent",
action:"com.espruino.gadgetbridge.banglejs.HA",
extra:{
trigger: triggerName
}})
t:"intent",
action:"com.espruino.gadgetbridge.banglejs.HA",
extra:{
trigger: triggerName
}})
);
retries = -1;