Skip to content

Commit e6978ed

Browse files
author
QuickSander
committed
fix: notification-server
1 parent e645e69 commit e6978ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ function HttpAmbientLightSensor(log, config) {
8484
})
8585
.on("get", this.getSensorValue.bind(this));
8686

87-
/** @namespace config.pullInterval */
8887
if (config.pullInterval) {
8988
this.pullTimer = new PullTimer(log, config.pullInterval, this.getSensorValue.bind(this), value => {
9089
this.homebridgeService.setCharacteristic(Characteristic.CurrentAmbientLightLevel, value);
@@ -151,7 +150,6 @@ HttpAmbientLightSensor.prototype = {
151150
handleNotification: function(body) {
152151
const value = body.value;
153152

154-
/** @namespace body.characteristic */
155153
let characteristic;
156154
switch (body.characteristic) {
157155
case "CurrentAmbientLightLevel":

0 commit comments

Comments
 (0)