Skip to content

Commit d88c65e

Browse files
committed
fix garage in node 22
1 parent 40d5eb2 commit d88c65e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

lib/device/garage-single.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default class {
315315
const res = await this.platform.sendUpdate(this.accessory, {
316316
namespace: 'Appliance.System.All',
317317
payload: {},
318-
})
318+
}, { insecureHTTPParser: true })
319319

320320
// Log the received data
321321
this.accessory.logDebug(`${platformLang.incPoll}: ${JSON.stringify(res.data)}`)

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)