Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-timer-scheduler

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-timer-scheduler

A custom Node-RED node

  • 1.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
78
Maintainers
0
Weekly downloads
 
Created
Source

node-red-timer-scheduler

Configure the node for the scheduled task based on the MQTT message received

FEATURES

  • Received MQTT Example
"command""name""intervalTime""payload"
"start""TimerForTemp""10""reportName":"Temp","plcInputList":[ {},{},{} ]
"update""TimerForTemp""70""reportName":"Temp","plcInputList":[ {},{},{} ]
"stop""TimerForTemp"igenored || nulligenored || null
  • JSON
{
  "command":"Execute the command",
  "name":"The name of your task",
  "intervalTime": "Your interval",
  "payload": {
    "reportName" : "temperature",
    "plcInputList" : [
      {
        "func": "Your address read type",
        "body": {
          "name": "Your register name",
          "address": "Your register address"
        }
      }
    ]
  }
}  

Keywords

FAQs

Package last updated on 08 Sep 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc