Get data from Schedex "info"

I am using the Schedex schedule and it works great.
I would like to see the on and off settings on my dashboard,

The command "info" send data to paylod like this:
{"ontime":"07:00","ontopic":"setting/tid","onpayload":"true","onoffset":"0","onrandomoffset":false,"offtime":"17:00","offtopic":"setting/tid","offpayload":"false","offoffset":"0","offrandomoffset":false,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"sun":true,"lon":"8.62500","lat":"56.55417","suspended":false,"passthroughunhandled":false,"actuatedstate":null,"name":"TidsStyring","state":"off","on":"Wed, 05 Aug 2020 05:00:00 GMT","off":"Wed, 05 Aug 2020 15:00:00 GMT"}

How do I get the:
ontime 07:00 and the offtime 17:00

There’s a great page in the docs that will explain how to use the debug panel to find the right path to any data item.

https://nodered.org/docs/user-guide/messages

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.