A flow in Node-Red would look like this
[
{
"id": "60be7652.de6108",
"type": "function",
"z": "bb7ec6f1.afceb8",
"name": "set",
"func": "var value = msg.payload.toString();\n\nmsg.payload=msg.topic+\" \"+value;\n\nif (msg.topic==\"onoffset\" || msg.topic== \"offoffset\" ) msg.payload=msg.topic+\" -\"+value;\n\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 260,
"y": 310,
"wires": [
[
"c6e65297.130e5"
]
]
},
{
"id": "c6e65297.130e5",
"type": "schedex",
"z": "bb7ec6f1.afceb8",
"name": "",
"suspended": false,
"lat": "150",
"lon": "-33",
"ontime": "16:00",
"ontopic": "",
"onpayload": "ON",
"onoffset": 0,
"onrandomoffset": 0,
"offtime": "goldenHour",
"offtopic": "16:10",
"offpayload": "OFF",
"offoffset": 0,
"offrandomoffset": 0,
"mon": true,
"tue": true,
"wed": true,
"thu": true,
"fri": true,
"sat": true,
"sun": true,
"x": 440,
"y": 310,
"wires": [
[
"9a0e9fb.da1fa6"
]
]
},
{
"id": "ff3820fe.e1e66",
"type": "ui_switch",
"z": "bb7ec6f1.afceb8",
"name": "",
"label": "switch",
"tooltip": "",
"group": "f733af23.d1c35",
"order": 1,
"width": 0,
"height": 0,
"passthru": true,
"decouple": "false",
"topic": "suspended",
"style": "",
"onvalue": "true",
"onvalueType": "bool",
"onicon": "",
"oncolor": "",
"offvalue": "false",
"offvalueType": "bool",
"officon": "",
"offcolor": "",
"x": 110,
"y": 290,
"wires": [
[
"60be7652.de6108"
]
]
},
{
"id": "c26093ca.d4417",
"type": "ui_text_input",
"z": "bb7ec6f1.afceb8",
"name": "",
"label": "ON-offset",
"tooltip": "",
"group": "f733af23.d1c35",
"order": 2,
"width": 0,
"height": 0,
"passthru": true,
"mode": "number",
"delay": "0",
"topic": "onoffset",
"x": 100,
"y": 320,
"wires": [
[
"60be7652.de6108"
]
]
},
{
"id": "9a0e9fb.da1fa6",
"type": "debug",
"z": "bb7ec6f1.afceb8",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"x": 630,
"y": 310,
"wires": []
},
{
"id": "f733af23.d1c35",
"type": "ui_group",
"z": "",
"name": "Charger",
"tab": "f38bec72.435",
"order": 1,
"disp": true,
"width": "6",
"collapse": false
},
{
"id": "f38bec72.435",
"type": "ui_tab",
"z": "",
"name": "Test",
"icon": "dashboard",
"order": 15,
"disabled": false,
"hidden": false
}
]