node-red-timer-scheduler 1.0.6

A custom Node-RED node

npm install node-red-timer-scheduler

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 || null igenored || 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"
        }
      }
    ]
  }
}  

Node Info

Version: 1.0.6
Updated 7 months, 1 week ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

47 in the last week

Nodes

  • timerScheduler

Keywords

  • node-red

Maintainers