Rename tiltCount to impactCount for consistency
This commit is contained in:
parent
e4c68e5749
commit
d117fe10ff
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user