Search found 2 matches

by domopi
Tuesday 19 December 2017 17:20
Forum: LUA
Topic: Where to get ID for SendCamera
Replies: 2
Views: 749

Re: Where to get ID for SendCamera

To debug another issue I'm having I needed to download and open domoticz.db.
There is a table in the database (Cameras) which stores the ID so I managed to get it from there.
Would be handy if someone knows a way through the webinterface though :)
by domopi
Monday 18 December 2017 22:45
Forum: LUA
Topic: Where to get ID for SendCamera
Replies: 2
Views: 749

Where to get ID for SendCamera

Hi, the wiki page for LUA: http://www.domoticz.com/wiki/LUA_commands#General has following info: commandArray['SendCamera:1'] = 'SubjectOfMessage AFTER 5' -- This is equal to 'Send camera snapshot with subject "Subject of Message" after 5 seconds. The number (1) in this case is the ID of the camera ...