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.8 to 0.1.9

5

io-package.json
{
"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

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