Skip to content

Commit 722dfda

Browse files
committed
Version bump
1 parent 3862fb3 commit 722dfda

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-weather-plus",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "A comprehensive weather plugin for homekit with current observations, forecasts and history.",
55
"license": "MIT",
66
"keywords": [
@@ -75,4 +75,4 @@
7575
"request": "^2.88.0",
7676
"wundergroundnode": "~0.9"
7777
}
78-
}
78+
}

util/characteristics.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@ const inherits = require('util').inherits,
88
AirPressure: 'E863F10F-079E-48FF-8F27-9C2605A29F52',
99

1010
// Eve recognized UUIDs
11-
Condition: 'cd65a9ab-85ad-494a-b2bd-2f380084134d',
12-
Rain1h: '10c88f40-7ec4-478c-8d5a-bd0c3cce14b7',
13-
RainDay: 'ccc04890-565b-4376-b39a-3113341d9e0f',
14-
UVIndex: '05ba0fe0-b848-4226-906d-5b64272e05ce',
15-
Visibility: 'd24ecc1e-6fad-4fb5-8137-5af88bd5e857',
16-
WindDirection: '46f1284c-1912-421b-82f5-eb75008b167e',
17-
WindSpeed: '49C8AE5A-A3A5-41AB-BF1F-12D5654F9F41',
18-
19-
// Custom UUIDs
2011
CloudCover: '64392fed-1401-4f7a-9adb-1710dd6e3897',
12+
Condition: 'cd65a9ab-85ad-494a-b2bd-2f380084134d',
2113
ConditionCategory: 'cd65a9ab-85ad-494a-b2bd-2f380084134c',
2214
DewPoint: '095c46e2-278e-4e3c-b9e7-364622a0f501',
2315
ForecastDay: '57f1d4b2-0e7e-4307-95b5-808750e2c1c7',
2416
ObservationStation: 'd1b2787d-1fc4-4345-a20e-7b5a74d693ed',
2517
ObservationTime: '234fd9f1-1d33-4128-b622-d052f0c402af',
2618
Ozone: 'bbeffddd-1bcd-4d75-b7cd-b57a90a04d13',
19+
Rain1h: '10c88f40-7ec4-478c-8d5a-bd0c3cce14b7',
20+
RainDay: 'ccc04890-565b-4376-b39a-3113341d9e0f',
2721
RainChance: 'fc01b24f-cf7e-4a74-90db-1b427af1ffa3',
2822
SolarRadiation: '1819a23e-ecab-4d39-b29a-7364d299310b',
2923
TemperatureMin: '707b78ca-51ab-4dc9-8630-80a58f07e419',
24+
UVIndex: '05ba0fe0-b848-4226-906d-5b64272e05ce',
25+
Visibility: 'd24ecc1e-6fad-4fb5-8137-5af88bd5e857',
26+
WindDirection: '46f1284c-1912-421b-82f5-eb75008b167e',
27+
WindSpeed: '49C8AE5A-A3A5-41AB-BF1F-12D5654F9F41',
3028
WindSpeedMax: '6b8861e5-d6f3-425c-83b6-069945ffd1f1'
3129
};
3230

0 commit comments

Comments
 (0)