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
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 ...