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}
|
* @type {object}
|
||||||
* @param {number} number of impact events.
|
* @param {number} number of impact events.
|
||||||
*/
|
*/
|
||||||
this.notify("tiltCount", { count });
|
this.notify("impactCount", { count });
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user