Skip to content

Commit 0397bf8

Browse files
committed
chore: release v2.3.6
Check state id before getting value (Sentry IOBROKER-SCENES-F)
1 parent addd5c2 commit 0397bf8

File tree

10 files changed

+29
-17
lines changed

10 files changed

+29
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The adapter will read all actual values for IDs defined in this scene and save i
115115

116116
## Changelog
117117

118-
### __WORK IN PROGRESS__
118+
### 2.3.6 (2021-01-22)
119119
* (Apollon77) Check state id before getting value (Sentry IOBROKER-SCENES-F)
120120

121121
### 2.3.5 (2021-01-22)

admin/asset-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.d4bed9c6.chunk.css",
4-
"main.js": "./static/js/main.95470eea.chunk.js",
5-
"main.js.map": "./static/js/main.95470eea.chunk.js.map",
4+
"main.js": "./static/js/main.eb7193d8.chunk.js",
5+
"main.js.map": "./static/js/main.eb7193d8.chunk.js.map",
66
"runtime-main.js": "./static/js/runtime-main.53966339.js",
77
"runtime-main.js.map": "./static/js/runtime-main.53966339.js.map",
88
"static/css/2.7b005c66.chunk.css": "./static/css/2.7b005c66.chunk.css",
99
"static/js/2.83c16503.chunk.js": "./static/js/2.83c16503.chunk.js",
1010
"static/js/2.83c16503.chunk.js.map": "./static/js/2.83c16503.chunk.js.map",
1111
"index.html": "./index.html",
12-
"precache-manifest.95b8092dbbdf03dc1bc9eba714001a97.js": "./precache-manifest.95b8092dbbdf03dc1bc9eba714001a97.js",
12+
"precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js": "./precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js",
1313
"service-worker.js": "./service-worker.js",
1414
"static/css/2.7b005c66.chunk.css.map": "./static/css/2.7b005c66.chunk.css.map",
1515
"static/css/main.d4bed9c6.chunk.css.map": "./static/css/main.d4bed9c6.chunk.css.map",
@@ -20,6 +20,6 @@
2020
"static/css/2.7b005c66.chunk.css",
2121
"static/js/2.83c16503.chunk.js",
2222
"static/css/main.d4bed9c6.chunk.css",
23-
"static/js/main.95470eea.chunk.js"
23+
"static/js/main.eb7193d8.chunk.js"
2424
]
2525
}

admin/precache-manifest.95b8092dbbdf03dc1bc9eba714001a97.js renamed to admin/precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
self.__precacheManifest = (self.__precacheManifest || []).concat([
22
{
3-
"revision": "9d07e7d1ac126370ef57a24fe8f0a2e7",
3+
"revision": "512e1bedffbcd0abc5c29f691bd7e872",
44
"url": "./index.html"
55
},
66
{
77
"revision": "8d6befa6938b7ce7bcf0",
88
"url": "./static/css/2.7b005c66.chunk.css"
99
},
1010
{
11-
"revision": "b538fbfa2cb3ca90dfff",
11+
"revision": "03f8d87b914c6ce19bfe",
1212
"url": "./static/css/main.d4bed9c6.chunk.css"
1313
},
1414
{
@@ -20,8 +20,8 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
2020
"url": "./static/js/2.83c16503.chunk.js.LICENSE.txt"
2121
},
2222
{
23-
"revision": "b538fbfa2cb3ca90dfff",
24-
"url": "./static/js/main.95470eea.chunk.js"
23+
"revision": "03f8d87b914c6ce19bfe",
24+
"url": "./static/js/main.eb7193d8.chunk.js"
2525
},
2626
{
2727
"revision": "9aca8368f49fd341b64f",

admin/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"./precache-manifest.95b8092dbbdf03dc1bc9eba714001a97.js"
17+
"./precache-manifest.729d38bef69b89cfaf1261fdb79e65ed.js"
1818
);
1919

2020
self.addEventListener('message', (event) => {
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.95470eea.chunk.js.map renamed to admin/static/js/main.eb7193d8.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><link href="./static/css/2.7b005c66.chunk.css" rel="stylesheet"><link href="./static/css/main.d4bed9c6.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],c=r[1],f=r[2],p=0,s=[];p<a.length;p++)l=a[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(i&&i(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var c=t[a];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this["webpackJsonpscenes-react"]=this["webpackJsonpscenes-react"]||[],c=a.push.bind(a);a.push=r,a=a.slice();for(var f=0;f<a.length;f++)r(a[f]);var i=c;t()}([])</script><script src="./static/js/2.83c16503.chunk.js"></script><script src="./static/js/main.95470eea.chunk.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><link rel="stylesheet" href="./style.css"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Scenes [ioBroker]</title><link href="./static/css/2.7b005c66.chunk.css" rel="stylesheet"><link href="./static/css/main.d4bed9c6.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,l,a=r[0],c=r[1],f=r[2],p=0,s=[];p<a.length;p++)l=a[p],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(i&&i(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,a=1;a<t.length;a++){var c=t[a];0!==o[c]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="./";var a=this["webpackJsonpscenes-react"]=this["webpackJsonpscenes-react"]||[],c=a.push.bind(a);a.push=r,a=a.slice();for(var f=0;f<a.length;f++)r(a[f]);var i=c;t()}([])</script><script src="./static/js/2.83c16503.chunk.js"></script><script src="./static/js/main.eb7193d8.chunk.js"></script></body></html>

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "scenes",
4-
"version": "2.3.5",
4+
"version": "2.3.6",
55
"news": {
6+
"2.3.6": {
7+
"en": "Check state id before getting value (Sentry IOBROKER-SCENES-F)",
8+
"de": "Überprüfen Sie die Status-ID, bevor Sie den Wert erhalten (Sentry IOBROKER-SCENES-F).",
9+
"ru": "Перед получением значения проверьте идентификатор состояния (Sentry IOBROKER-SCENES-F)",
10+
"pt": "Verifique o id do estado antes de obter o valor (Sentry IOBROKER-SCENES-F)",
11+
"nl": "Controleer de status-ID voordat u de waarde ophaalt (Sentry IOBROKER-SCENES-F)",
12+
"fr": "Vérifiez l'identifiant de l'état avant d'obtenir la valeur (Sentry IOBROKER-SCENES-F)",
13+
"it": "Controlla l'id di stato prima di ottenere il valore (Sentry IOBROKER-SCENES-F)",
14+
"es": "Verifique la identificación del estado antes de obtener el valor (Sentry IOBROKER-SCENES-F)",
15+
"pl": "Sprawdź identyfikator stanu przed uzyskaniem wartości (Sentry IOBROKER-SCENES-F)",
16+
"zh-cn": "在获取值之前检查状态ID(Sentry IOBROKER-SCENES-F)"
17+
},
618
"2.3.5": {
719
"en": "Add error logging if invalid ids are configured for scenes (Sentry IOBROKER-SCENES-Y)",
820
"de": "Fehlerprotokollierung hinzufügen, wenn ungültige IDs für Szenen konfiguriert sind (Sentry IOBROKER-SCENES-Y)",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.scenes",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "Scenes for ioBroker.",
55
"author": {
66
"name": "bluefox",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scenes-react",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"private": true,
55
"dependencies": {
66
"@iobroker/adapter-react": "^1.4.11",

0 commit comments

Comments
 (0)