Feature request: Timer Object
See original GitHub issueSobald 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:
- Created 5 years ago
- Reactions:8
- Comments:16 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Falls gewünscht, kann ich die Änderungen an diesem Adapter vornehmen und dann Apollon77 als change request vorschlagen.
Ein Trigger beim nächsten Timer ist schon möglich über das Timer objekt