Page 1 of 1

API Development Request

Posted: Monday 04 August 2025 0:32
by witekp
Domoticz have frontend in the API:

Code: Select all

CAMERA = "/camsnapshot.jpg?idx=idx"
Is there a chance to change to such a form:

Code: Select all

CAMERA = "/camsnapshot.jpg?idx=idx&val=val" 
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).