![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
node-red-contrib-suncron
Advanced tools
A Node-RED node that triggers configurable outgoing messages based on the position of the sun
A Node-RED node that can output configurable messages at significant sun events
For each of the above sun events a distinct msg.payload
and msg.topic
can be configured. It is also possible to specify an offset to adjust the event time.
The location (lat / lon) can either be entered manually or retrieved automatically via the location button.
The node will eject messages at the specified times (respecting offsets), which will have a msg.payload
and msg.topic
as configured in the editor. Outgoing messages also have a schedule
attribute containing an object with details about the schedule of the current date. The schedule contains only events which have been configured with a payload.
Each event has the following attributes:
event
is the name of the sun eventsunEventTime
refers to the unadjusted time of the respective sun event.cronTime
refers to the adjusted time, i.e. taking the offset into account.msg.schedule
object{
"sunrise": {
"event": "sunrise",
"sunEventTime": "2019-09-08T06:29:51",
"cronTime": "2019-09-08T07:31:51"
},
"sunriseEnd": {
"event": "sunriseEnd",
"sunEventTime": "2019-09-08T06:33:24",
"cronTime": "2019-09-08T03:33:24"
},
"dawn": {
"event": "dawn",
"sunEventTime": "2019-09-08T05:54:49",
"cronTime": "2019-09-08T06:54:49"
}
//...
}
... are always welcome! Just file a GitHub issue or pull request!
FAQs
A Node-RED node that triggers configurable outgoing messages based on the position of the sun
The npm package node-red-contrib-suncron receives a total of 142 weekly downloads. As such, node-red-contrib-suncron popularity was classified as not popular.
We found that node-red-contrib-suncron demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.