iobroker.alexa-timer-vis
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"common": { | ||
"name": "alexa-timer-vis", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"news": { | ||
"0.1.9":{ | ||
"en":"Bugfix" | ||
}, | ||
"0.1.8": { | ||
@@ -7,0 +10,0 @@ "en": "Bugfix, Button added to stop the selected Timer", |
11
main.js
@@ -287,3 +287,4 @@ "use strict"; | ||
} | ||
}else if (id != "alexa-timer-vis.0.info.connection"){ | ||
// @ts-ignore | ||
}else if (id != "alexa-timer-vis.0.info.connection" && state.val !== false){ | ||
// Akualisierung aus Reset Datenpunkten | ||
@@ -594,3 +595,3 @@ this.log.info("ID Reset Button " + JSON.stringify(id)); | ||
write: true, | ||
def: true, | ||
def: false, | ||
}, | ||
@@ -769,5 +770,5 @@ native: {}, | ||
timerObject.timerActiv.timer[element] = false; | ||
timer.hour = 0; | ||
timer.minute = 0; | ||
timer.second = 0; | ||
timer.hour = "0"; | ||
timer.minute = "0"; | ||
timer.second = "0"; | ||
timer.string_Timer = "00:00:00 Std"; | ||
@@ -774,0 +775,0 @@ timer.time_start = "00:00"; |
{ | ||
"name": "iobroker.alexa-timer-vis", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Alexa Timer ausgeben um in der Vis anzuzeigen", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -29,2 +29,3 @@ ![Logo](admin/alexa-timer-vis.png) | ||
* The Vis Widget isn´t yet integrated | ||
* Every Timer has a button, to stop it. Stops the Timer in Alexa and in the Adapter | ||
* Unlimited timers can be created with Alexa by voice command. | ||
@@ -67,2 +68,3 @@ * When the adapter is started, 4 folders are created with all of the states. | ||
* Das Vis Widget ist noch nicht eingebunden | ||
* Jeder einzelne Timer kann per Button gestoppt werden, stoppt den Timer in Alexa und im Adapter | ||
* Es können unbegrenzt Timer mit Alexa per Sprachbefehl erstellt werden. | ||
@@ -99,2 +101,4 @@ * Bei Start des Adapters werden 4 Ordner erstellt, mit den ganzen States. | ||
## Changelog | ||
### 0.1.9 (30.1.2022) | ||
* Bugfix | ||
### 0.1.8 (28.01.2022) | ||
@@ -101,0 +105,0 @@ * Bugfix |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
210855
1052
155