This topic has been deleted. Only users with topic management privileges can see it.
-
Dear forum members,
first posting, therefore a hello to all you members from me.
I would like to display certain data like weather information into the stream.
Is there a way to set a string via API? Let's say change the camera name with my information?
Thanks for any repliesReply QuoteShare-1- Share this Post
-
copy the link
Copied!
-
@user_594083365412944_594083365412944
Just for the files, this does the trick:
curl -d '[{"cmd":"SetDevName","param":{"DevName":{"name":"heute_ist_hier_schoenes_wetter"}}}]' "http://<CAM_URL>/cgi-bin/api.cgi?cmd=SetDevName&user=<CAM_USER>&password=<CAM_PASSWORD>"
All Categories