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