Merge pull request #169 from Debenben/tiltSensorRename

Rename tiltCount to impactCount for consistency
This commit is contained in:
Nathan Kellenicki 2024-04-25 17:08:29 -07:00 committed by GitHub
commit 2fc1622c25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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