fixed error on node 8
This commit is contained in:
parent
3abfc232b7
commit
5c614646b5
@ -5,6 +5,7 @@ const {
|
||||
} = require('homecontrol-control-base');
|
||||
|
||||
const axios = require('axios');
|
||||
const { URL } = require('url');
|
||||
|
||||
class HCTasmota extends HCColorLamp {
|
||||
constructor(config) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hc-tasmota",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A plugin to support the communication with Tasmota devices via http",
|
||||
"main": "HCTasmota.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user