Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 5343bc7

Browse files
committed
Fix for #6
1 parent 5a64952 commit 5343bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class NibeUplink extends utils.Adapter {
433433
});
434434
await this.setStateAsync(errorPath, {val: err.toString(), ack: true});
435435
}
436-
await this.fetcher?.getParams(obj.native.deviceUnit, [ obj.native.parameterId ]);
436+
await this.fetcher.getParams(obj.native.deviceUnit, [ obj.native.parameterId ]);
437437
}
438438
}
439439
}

0 commit comments

Comments
 (0)