mirror of https://github.com/espruino/BangleApps
ha: whitespace
parent
60c6f35151
commit
e993711eb2
|
@ -67,11 +67,11 @@ exports.sendTrigger = function(triggerName){
|
||||||
// Now lets send the trigger that we sould send.
|
// Now lets send the trigger that we sould send.
|
||||||
Bluetooth.println("");
|
Bluetooth.println("");
|
||||||
Bluetooth.println(JSON.stringify({
|
Bluetooth.println(JSON.stringify({
|
||||||
t:"intent",
|
t:"intent",
|
||||||
action:"com.espruino.gadgetbridge.banglejs.HA",
|
action:"com.espruino.gadgetbridge.banglejs.HA",
|
||||||
extra:{
|
extra:{
|
||||||
trigger: triggerName
|
trigger: triggerName
|
||||||
}})
|
}})
|
||||||
);
|
);
|
||||||
retries = -1;
|
retries = -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue