1.0.6 • Published 11 months ago

node-red-timer-scheduler v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

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"
        }
      }
    ]
  }
}  
1.0.6

11 months ago

1.0.5

11 months ago