Rename tiltCount to impactCount for consistency

This commit is contained in:
bene 2022-10-08 13:59:02 +02:00
parent e4c68e5749
commit d117fe10ff

View File

@ -57,7 +57,7 @@ export class TechnicMediumHubTiltSensor extends Device {
* @type {object} * @type {object}
* @param {number} number of impact events. * @param {number} number of impact events.
*/ */
this.notify("tiltCount", { count }); this.notify("impactCount", { count });
break; break;
} }
} }