Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.alexa-timer-vis

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.alexa-timer-vis - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

53

io-package.json
{
"common": {
"name": "alexa-timer-vis",
"version": "0.1.11",
"version": "0.1.12",
"news": {
"0.1.11":{
"en": "Delete of Timer with same Inputvalue, fixed"
"0.1.12": {
"en": "Delete of timer fixed",
"de": "Löschen des Timers behoben",
"ru": "Исправлено удаление таймера",
"pt": "Exclusão do temporizador corrigida",
"nl": "Verwijderen van timer vast",
"fr": "Suppression de la minuterie corrigée",
"it": "Eliminazione del timer fissa",
"es": "Eliminación de temporizador arreglado",
"pl": "Naprawiono usuwanie timera",
"zh-cn": "修复定时器的删除"
},
"0.1.11": {
"en": "Delete of Timer with same Inputvalue, fixed",
"de": "Löschen von Timern mit gleichem Inputwert, behoben",
"ru": "Удаление таймера с тем же входным значением, исправлено",
"pt": "Exclusão do temporizador com o mesmo valor de entrada, fixo",
"nl": "Verwijderen van timer met dezelfde invoerwaarde, vast",
"fr": "Suppression de la minuterie avec la même valeur d'entrée, fixe",
"it": "Eliminazione del timer con lo stesso valore di ingresso, fissa",
"es": "Eliminación del temporizador con el mismo valor de entrada, fijo",
"pl": "Usunięcie timera z tą samą wartością wejściową, ustalone",
"zh-cn": "删除具有相同 Inputvalue 的 Timer,已修复"
},
"0.1.10": {

@@ -197,5 +218,5 @@ "en": "Possibility to set intervals manually",

"js-controller": ">=2.0.0"
}
}
],
"globalDependency": [
"globalDependencies": [
{

@@ -243,3 +264,3 @@ "alexa2": ">=3.11.2"

"write": true,
" def": false
" def": false
},

@@ -249,3 +270,3 @@ "native": {}

{
"_id":"timer1.alive",
"_id": "timer1.alive",
"type": "state",

@@ -263,3 +284,3 @@ "common": {

{
"_id":"timer1.hour",
"_id": "timer1.hour",
"type": "state",

@@ -277,3 +298,3 @@ "common": {

{
"_id":"timer1.minute",
"_id": "timer1.minute",
"type": "state",

@@ -291,3 +312,3 @@ "common": {

{
"_id":"timer1.second",
"_id": "timer1.second",
"type": "state",

@@ -305,3 +326,3 @@ "common": {

{
"_id":"timer1.string",
"_id": "timer1.string",
"type": "state",

@@ -319,3 +340,3 @@ "common": {

{
"_id":"timer1.name",
"_id": "timer1.name",
"type": "state",

@@ -333,3 +354,3 @@ "common": {

{
"_id":"timer1.TimeStart",
"_id": "timer1.TimeStart",
"type": "state",

@@ -347,3 +368,3 @@ "common": {

{
"_id":"timer1.TimeEnd",
"_id": "timer1.TimeEnd",
"type": "state",

@@ -361,3 +382,3 @@ "common": {

{
"_id":"timer1.InputDeviceName",
"_id": "timer1.InputDeviceName",
"type": "state",

@@ -375,3 +396,3 @@ "common": {

{
"_id":"timer1.Reset",
"_id": "timer1.Reset",
"type": "state",

@@ -378,0 +399,0 @@ "common": {

@@ -387,2 +387,3 @@ "use strict";

timerObject.timerActiv.timer[element[0]] = false;
break;

@@ -854,3 +855,7 @@ }else{

for(const element in timerObject.timer){
// this.log.info(JSON.stringify("Element " + element));
// this.log.info(JSON.stringify(sec));
// this.log.info(JSON.stringify(timerObject.timer[element].onlySec));
if (timerObject.timer[element].onlySec == sec){
count++;

@@ -860,4 +865,5 @@ }

// Wenn mehr als ein Timer die gleiche Eingabegröße hat darf nichts gemacht werden
if (count == 1 || deleteTimerIndex == 2){
if (count == 1 || deleteTimerIndex == 2 || name != ""){
for (const element in timerObject.timer)

@@ -864,0 +870,0 @@ // Sekunden müssen übereinstimmen, dürfen aber nicht 0 sein und der Name muss überein stimmen, darf aber nicht leer sein

{
"name": "iobroker.alexa-timer-vis",
"version": "0.1.11",
"version": "0.1.12",
"description": "Alexa Timer ausgeben um in der Vis anzuzeigen",

@@ -5,0 +5,0 @@ "author": {

@@ -57,2 +57,4 @@ ![Logo](admin/alexa-timer-vis.png)

## Changelog
### 0.1.12 (15.02.2022)
* Delete of Timer fixed
### 0.1.11 (12.02.2022)

@@ -59,0 +61,0 @@ * Delete of Timer with same Inputvalue, fixed

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc