API Development Request
Posted: Monday 04 August 2025 0:32
Domoticz have frontend in the API:
Is there a chance to change to such a form:
also modification function ShowCameraLiveStream in domoticz.js to handle this optional variable and sending this variable to camera URL?
This would be more flexible. In my case, it would tell the alarm camera which recording I want to see (from alarm logs - there are links).
Code: Select all
CAMERA = "/camsnapshot.jpg?idx=idx"
Code: Select all
CAMERA = "/camsnapshot.jpg?idx=idx&val=val"
This would be more flexible. In my case, it would tell the alarm camera which recording I want to see (from alarm logs - there are links).