UNPKG
hm-simulator
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
Simulates a Homematic CCU
github.com/hobbyquaker/hm-simulator
hobbyquaker/hm-simulator
hm-simulator
/
behaviors
/
virtual-button-press.js
6 lines
(5 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
api
=>
{
setInterval
(
() =>
{ api.
emit
(
'setValue'
,
'rfd'
,
'BidCoS-RF:1'
,
'PRESS_SHORT'
,
true
); },
5000
); };