Skip to content

Commit f2b39a7

Browse files
committed
chore: release v2.3.7
Handle case where states are not set but used as value (Sentry IOBROKER-SCENES-13) Added the aggregation mode for the virtual groups. Sentry data will not be sent in front-end if the diagnostic or sentry is disabled
1 parent 8b2ff7e commit f2b39a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1226
-1197
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ Delays can be used in the **group** too, but the states with delay are not parti
9898
You can create virtual group to control all shutters in living room.
9999
By writing 40% into virtual group all shutters will be set to 40%.
100100

101-
Additionally, you can define the behaviour which value should be taken for group not all states of the group have the same value.
101+
Additionally, you can define the behaviour for which value should be taken for the group if not all states of the group have the same value.
102102

103103
You can provide following aggregations (available only in advanced mode):
104104
- `uncertain` - (default) - the value of the group will have text `uncertain`.
105-
- `any` - first not zero value of all states in group.
106-
- `min` - Minimal value of all states in group.
107-
- `max` - Maximal value of all states in group.
108-
- `avg` - Average value of all states in group.
105+
- `any` - first non zero value of all states in group.
106+
- `min` - minimal value of all states in group.
107+
- `max` - maximal value of all states in group.
108+
- `avg` - average value of all states in group.
109109

110110
## Save actual states as scene
111111
To save actual states in some scene you can send a message to the adapter:
@@ -129,8 +129,10 @@ The adapter will read all actual values for IDs defined in this scene and save i
129129

130130
## Changelog
131131

132-
### __WORK IN PROGRESS__
132+
### 2.3.7 (2021-08-31)
133133
* (Apollon77) Handle case where states are not set but used as value (Sentry IOBROKER-SCENES-13)
134+
* (TyrionWarMage) Added the aggregation mode for the virtual groups.
135+
* (bluefox) Sentry data will not be sent in front-end if the diagnostic or sentry is disabled
134136

135137
### 2.3.6 (2021-01-22)
136138
* (Apollon77) Check state id before getting value (Sentry IOBROKER-SCENES-F)
@@ -248,6 +250,7 @@ The adapter will read all actual values for IDs defined in this scene and save i
248250
### 0.0.1 (2015-07-29)
249251
* (bluefox) initial commit
250252

253+
## License
251254
The MIT License (MIT)
252255

253256
Copyright (c) 2015-2021, Bluefox (dogafox@gmail.com)

admin/asset-manifest.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
22
"files": {
3-
"main.css": "./static/css/main.d4bed9c6.chunk.css",
4-
"main.js": "./static/js/main.eb7193d8.chunk.js",
5-
"main.js.map": "./static/js/main.eb7193d8.chunk.js.map",
6-
"runtime-main.js": "./static/js/runtime-main.53966339.js",
7-
"runtime-main.js.map": "./static/js/runtime-main.53966339.js.map",
8-
"static/css/2.7b005c66.chunk.css": "./static/css/2.7b005c66.chunk.css",
9-
"static/js/2.83c16503.chunk.js": "./static/js/2.83c16503.chunk.js",
10-
"static/js/2.83c16503.chunk.js.map": "./static/js/2.83c16503.chunk.js.map",
3+
"main.css": "./static/css/main.e2d673ee.chunk.css",
4+
"main.js": "./static/js/main.a7a34afb.chunk.js",
5+
"main.js.map": "./static/js/main.a7a34afb.chunk.js.map",
6+
"runtime-main.js": "./static/js/runtime-main.161dc6ad.js",
7+
"runtime-main.js.map": "./static/js/runtime-main.161dc6ad.js.map",
8+
"static/css/2.faf2f676.chunk.css": "./static/css/2.faf2f676.chunk.css",
9+
"static/js/2.73f76161.chunk.js": "./static/js/2.73f76161.chunk.js",
10+
"static/js/2.73f76161.chunk.js.map": "./static/js/2.73f76161.chunk.js.map",
1111
"index.html": "./index.html",
12-
"precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js": "./precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js",
13-
"service-worker.js": "./service-worker.js",
14-
"static/css/2.7b005c66.chunk.css.map": "./static/css/2.7b005c66.chunk.css.map",
15-
"static/css/main.d4bed9c6.chunk.css.map": "./static/css/main.d4bed9c6.chunk.css.map",
16-
"static/js/2.83c16503.chunk.js.LICENSE.txt": "./static/js/2.83c16503.chunk.js.LICENSE.txt"
12+
"static/css/2.faf2f676.chunk.css.map": "./static/css/2.faf2f676.chunk.css.map",
13+
"static/css/main.e2d673ee.chunk.css.map": "./static/css/main.e2d673ee.chunk.css.map",
14+
"static/js/2.73f76161.chunk.js.LICENSE.txt": "./static/js/2.73f76161.chunk.js.LICENSE.txt"
1715
},
1816
"entrypoints": [
19-
"static/js/runtime-main.53966339.js",
20-
"static/css/2.7b005c66.chunk.css",
21-
"static/js/2.83c16503.chunk.js",
22-
"static/css/main.d4bed9c6.chunk.css",
23-
"static/js/main.eb7193d8.chunk.js"
17+
"static/js/runtime-main.161dc6ad.js",
18+
"static/css/2.faf2f676.chunk.css",
19+
"static/js/2.73f76161.chunk.js",
20+
"static/css/main.e2d673ee.chunk.css",
21+
"static/js/main.a7a34afb.chunk.js"
2422
]
2523
}

admin/precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

admin/service-worker.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

admin/static/css/2.7b005c66.chunk.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

admin/static/css/2.7b005c66.chunk.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)