I see the response -
<action>
<actionString>vc.tellvox&&turn on balcony lights</actionString>
<Success>True</Success>
<Result></Result>
</action>
how do I load anything into the <result> field?
short explanation - I use VC to control a CBUS system, It can set commands however it cannot query the system to know what lights are on etc (feedback from cbus was too hard). however vc can keep track of what lights it's turned on and off.
homebridge triggers events in vc via the web api, I need to trigger an event that will respond with the current lighting status, ie, 1, or 0.