From d86eb15fde624f2f56e03deed0389af9c7d49c41 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Sun, 30 Mar 2025 18:20:39 +0200 Subject: [PATCH] Fix missing imports --- common/v2/driver.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/v2/driver.js b/common/v2/driver.js index e3a9aff4..d7c1f779 100644 --- a/common/v2/driver.js +++ b/common/v2/driver.js @@ -1,6 +1,8 @@ 'use strict'; const Homey = require('homey'); +const fetch = require('node-fetch'); +const https = require('https'); /** * Helper method to request a token from the HomeWizard Energy device