Skip to content

Commit

Permalink
Revert "fix: Correct LiXee logging (#6672)" (#6684)
Browse files Browse the repository at this point in the history
This reverts commit 5e2b0b2.
  • Loading branch information
Koenkk authored Dec 11, 2023
1 parent f16bc06 commit 993644b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/lixee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ const legacyData = [

const exposedData = [allPhaseData, singlePhaseData, threePhasesData, legacyData].flat();

function getCurrentConfig(device: Zh.Device, options: KeyValue, logger?: Logger) {
function getCurrentConfig(device: Zh.Device, options: KeyValue, logger: Logger = console) {
let endpoint: Zh.Endpoint;
try {
endpoint = device.getEndpoint(1);
Expand Down

0 comments on commit 993644b

Please sign in to comment.