07.06.2018, 19:54
Hi,
I use the remote services to receive status of all group addresses over the network, which is faster than reading from the KNX bus. Is it possible to limit the fields returned?
/scada-remote?m=json&r=objects
returns
[{"id":24576,"address":"12\/0\/0","data":false,"datatype":1,"date":"Thu, 07 Jun 2018 12:22:43 -0700","comment":"","name":"AC \/ Home Away","time":1528399363}]
What I would like to receive is just
[{"data":false,"datatype":1,"name":"AC \/ Home Away"}]
Thanks,
Roger
I use the remote services to receive status of all group addresses over the network, which is faster than reading from the KNX bus. Is it possible to limit the fields returned?
/scada-remote?m=json&r=objects
returns
[{"id":24576,"address":"12\/0\/0","data":false,"datatype":1,"date":"Thu, 07 Jun 2018 12:22:43 -0700","comment":"","name":"AC \/ Home Away","time":1528399363}]
What I would like to receive is just
[{"data":false,"datatype":1,"name":"AC \/ Home Away"}]
Thanks,
Roger