question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Timer Object

See original GitHub issue

Sobald mit Alexa ein Timer gestartet wird, wäre es klasse, wenn in dem Moment ein Objekt mit der verbleibenden Zeit gesetzt wird. Ich habe das wie folgt in der main.js gelöst (nach der bereits vorhandenen debug-Ausgabe in Zeile 1766):

adapter.log.debug(noti.type + ' ' + noti.id + ' triggered in ' + Math.floor(noti.remainingTime / 1000) + 's'); setOrUpdateObject(devId + '.Timer.lastTimerRemainingTime', {common: {type: 'integer', role: 'state', name: 'Remaining time of last timer'}}, Math.floor(noti.remainingTime / 1000), noti.set);

Funktioniert für mich wunderbar. Vielleicht findet ihr die Idee gut und wir könnten sie professionell für alle umsetzen.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
Gieskannecommented, Feb 5, 2020

Falls gewünscht, kann ich die Änderungen an diesem Adapter vornehmen und dann Apollon77 als change request vorschlagen.

0reactions
Apollon77commented, Mar 20, 2020

Ein Trigger beim nächsten Timer ist schon möglich über das Timer objekt

Read more comments on GitHub >

github_iconTop Results From Across the Web

Making Timer Requests - L3HarrisGeospatial.com
The IDL_TimerSet() function registers a timer request. IDL timer requests are one- shot timers. To have a timer go off repeatedly, your callback...
Read more >
Feature Request: Timer Component - Radzen forum
Hi I love the RadZen UI and I think a timer component would add another level to the system. I know it's possible...
Read more >
Feature Request Tracking Software - FeedBear
Feature Request tracking software like FeedBear allows you to manage and prioritize requests and keep customers in the loop.
Read more >
[Octave-bug-tracker] [bug #32316] Feature request: timer object ...
[Octave-bug-tracker] [bug #32316] Feature request: timer object function ; Date: Fri, 19 Nov 2021 22:57:11 -0500 (EST) ; User-agent: Mozilla/5.0 (Windows NT 10.0; ......
Read more >
Feature request tracking: Guide, tools & best practices - Beamer
Feature requests are feedback forms that customers can fill out to ask for new features or suggest improvements to existing ones.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found