I've been looking at adding IP camera support to HC and believe we are missing a requisite endpoint in order to do so: /resource. From reading the HAP documentation it appears this endpoint is only used to request an image from the IP camera (see page 245). I have tried to add an endpoint mirroring the code from Accessory and Characteristics however the endpoint never seems to get called. I wonder if there is another callback expected to be execute first?
I've been looking at adding IP camera support to HC and believe we are missing a requisite endpoint in order to do so: /resource. From reading the HAP documentation it appears this endpoint is only used to request an image from the IP camera (see page 245). I have tried to add an endpoint mirroring the code from Accessory and Characteristics however the endpoint never seems to get called. I wonder if there is another callback expected to be execute first?