ecowitt-gateway
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "ecowitt-gateway", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Retrieve data and get and set settings for Ecowitt Gateways", | ||
@@ -5,0 +5,0 @@ "main": "src/EWGateway.js", |
@@ -83,3 +83,3 @@ const dgram = require('dgram'); | ||
}) | ||
.catch(); | ||
.catch(e => console.error(`Unable to get Ecowitt Gateway firmware version. Error: ${JSON.stringify(e)}`)); | ||
} else{ | ||
@@ -86,0 +86,0 @@ this.useReadRainData = useReadRainData; |
66665