UNPKG
node-red-contrib-circadian-light
Version:
latest (0.0.2)
0.0.2
0.0.1
A Node-RED node to set lighting levels based on the suns position
node-red-contrib-circadian-light
/
playing
/
test.js
8 lines
(4 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
suncalc =
require
(
'suncalc'
);
var
times = suncalc.
getTimes
(
new
Date
(),
51.0258791
, -
1.3969675
);
var
noonHours = times.
solarNoon
.
getHours
();
var
noonMins = times.
solarNoon
.
getMinutes
();