fixed error on node 8
This commit is contained in:
parent
3abfc232b7
commit
5c614646b5
@ -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) {
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user