This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
home-assistant-futurehome
Watch
2
Star
0
Fork
0
You've already forked home-assistant-futurehome
mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced
2025-10-12 15:32:07 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
home-assistant-futurehome
/
futurehome
/
src
/
utils.ts
4 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix 'delay' helper function reference error
2025-07-23 23:19:20 +02:00
export
function
delay
(
ms
:
number
)
{
Format the codebase using prettier
2025-07-24 16:34:58 +02:00
return
new
Promise
(
(
resolve
)
=
>
setTimeout
(
resolve
,
ms
)
)
;
Limit spamming the MQTT server
2025-07-23 22:31:26 +02:00
}
Reference in New Issue
Copy Permalink