Merge pull request #169 from Debenben/tiltSensorRename
Rename tiltCount to impactCount for consistency
This commit is contained in:
commit
2fc1622c25
@ -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