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"); }