fixed error on node 8

This commit is contained in:
Jan Scheiper 2020-02-16 21:01:21 +01:00
parent 3abfc232b7
commit 5c614646b5
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ const {
} = require('homecontrol-control-base'); } = require('homecontrol-control-base');
const axios = require('axios'); const axios = require('axios');
const { URL } = require('url');
class HCTasmota extends HCColorLamp { class HCTasmota extends HCColorLamp {
constructor(config) { constructor(config) {

View File

@ -1,6 +1,6 @@
{ {
"name": "hc-tasmota", "name": "hc-tasmota",
"version": "1.0.0", "version": "1.0.1",
"description": "A plugin to support the communication with Tasmota devices via http", "description": "A plugin to support the communication with Tasmota devices via http",
"main": "HCTasmota.js", "main": "HCTasmota.js",
"scripts": { "scripts": {