-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) Updated some GUI libraries
* (bluefox) Updated releaser
- Loading branch information
1 parent
b32b4db
commit 53baaf7
Showing
9 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ | ||
"all": true, | ||
"lerna": false, | ||
|
||
"scripts": { | ||
"beforePush": "npm run build" | ||
"plugins": ["iobroker", "license"], | ||
"exec": { | ||
"before_commit": "npm run build" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015-2021, Bluefox ([email protected]) | ||
Copyright (c) 2015-2022, Bluefox ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
[![Translation status](https://weblate.iobroker.net/widgets/adapters/-/scenes/svg-badge.svg)](https://weblate.iobroker.net/engage/adapters/?utm_source=widget) | ||
[![Downloads](https://img.shields.io/npm/dm/iobroker.scenes.svg)](https://www.npmjs.com/package/iobroker.scenes) | ||
|
||
|
||
_scenes Adapter_ can create scenes and execute them in ioBroker environment. | ||
|
||
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0. | ||
|
@@ -102,7 +101,7 @@ Additionally, you can define the behaviour for which value should be taken for t | |
|
||
You can provide following aggregations (available only in advanced mode): | ||
- `uncertain` - (default) - the value of the group will have text `uncertain`. | ||
- `any` - first non zero value of all states in group. | ||
- `any` - first non-zero value of all states in group. | ||
- `min` - minimal value of all states in group. | ||
- `max` - maximal value of all states in group. | ||
- `avg` - average value of all states in group. | ||
|
@@ -128,6 +127,10 @@ The adapter will read all actual values for IDs defined in this scene and save i | |
--> | ||
|
||
## Changelog | ||
### __WORK IN PROGRESS__ | ||
* (bluefox) Updated some GUI libraries | ||
* (bluefox) Updated releaser | ||
|
||
### 2.3.8 (2021-08-31) | ||
* (Apollon77) Handle case where states are not set but used as value (Sentry IOBROKER-SCENES-13) | ||
* (TyrionWarMage) Added the aggregation mode for the virtual groups. | ||
|
@@ -252,7 +255,7 @@ The adapter will read all actual values for IDs defined in this scene and save i | |
## License | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015-2021, Bluefox ([email protected]) | ||
Copyright (c) 2015-2022, Bluefox ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Copyright 2018-2020 bluefox <[email protected]> | ||
* Copyright 2018-2022 bluefox <[email protected]> | ||
* | ||
* MIT License | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Bluefox <[email protected]> 2015-2021 | ||
// Copyright Bluefox <[email protected]> 2015-2022 | ||
// | ||
|
||
// Structure of one scene | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters