From e993711eb20c35743cf6abe305c1131ca2031852 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sun, 21 Apr 2024 19:29:50 +0100 Subject: [PATCH] ha: whitespace --- apps/ha/ha.lib.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/ha/ha.lib.js b/apps/ha/ha.lib.js index 07797e075..5a87387b1 100644 --- a/apps/ha/ha.lib.js +++ b/apps/ha/ha.lib.js @@ -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;