From d117fe10ff43bff8e7bb60a7e62282d59d3f3da8 Mon Sep 17 00:00:00 2001 From: bene Date: Sat, 8 Oct 2022 13:59:02 +0200 Subject: [PATCH] Rename tiltCount to impactCount for consistency --- src/devices/technicmediumhubtiltsensor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/technicmediumhubtiltsensor.ts b/src/devices/technicmediumhubtiltsensor.ts index e9f64e2..b8ca720 100644 --- a/src/devices/technicmediumhubtiltsensor.ts +++ b/src/devices/technicmediumhubtiltsensor.ts @@ -57,7 +57,7 @@ export class TechnicMediumHubTiltSensor extends Device { * @type {object} * @param {number} number of impact events. */ - this.notify("tiltCount", { count }); + this.notify("impactCount", { count }); break; } }