@gbridge0/homebridge-ambient-weather-sensors
Advanced tools
Comparing version 1.2.13 to 1.3.0
@@ -31,3 +31,3 @@ "use strict"; | ||
// Fetch data from AWN API and write to cache every 2 minutes | ||
this.log.info('AWPlatform: Setting up interval to fetch sensors from AWN API every 2 minutes'); | ||
this.log.info('AWS Platform: Setting up interval to fetch sensors from AWN API every 2 minutes'); | ||
setInterval(this.fetchDevicesFromAPI.bind(this), 2 * 60 * 1000); | ||
@@ -70,3 +70,3 @@ }); | ||
uniqueId: `${obj.macAddress}-${device[0]}`, | ||
displayName: `${obj.macAddress}-${device[0]}`, | ||
displayName: `${device[0]}`, | ||
type: this.determineSensorType(device[0]), | ||
@@ -73,0 +73,0 @@ value: device[1], |
@@ -5,3 +5,3 @@ { | ||
"name": "@gbridge0/homebridge-ambient-weather-sensors", | ||
"version": "1.2.13", | ||
"version": "1.3.0", | ||
"description": "Utilizes the ambient weather API to retrie sensor information.", | ||
@@ -8,0 +8,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
616419