From e016f14059f7dcb2cea9d69d7348bf2f78691219 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Tue, 22 Dec 2020 16:42:41 -0800 Subject: [PATCH] Removed ancient temperature subscription --- src/hubs/technicmediumhub.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hubs/technicmediumhub.ts b/src/hubs/technicmediumhub.ts index f7baa84..8727d27 100644 --- a/src/hubs/technicmediumhub.ts +++ b/src/hubs/technicmediumhub.ts @@ -39,7 +39,6 @@ export class TechnicMediumHub extends LPF2Hub { public async connect () { debug("Connecting to Control+ Hub"); await super.connect(); - await this.send(Buffer.from([0x41, 0x3d, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x01]), Consts.BLECharacteristic.LPF2_ALL); // Temperature debug("Connect completed"); }