blebson
(Ben Lebson)
October 5, 2015, 6:33am
123
I’ve created a devicetype for the DCS-942L and the DCS-5020L, both running on V2 with a local IP. Each camera uses different commands so you might have to edit it to work with other cameras:
##This DeviceType is Obsolete, Please use the following SmartApp instead:
##D-Link DCS-942L Device Type.
[image] [image]
##Features:
In-App video streaming w/ sound
Still Image Capture and Display
Turn on/off motion detection (Motion & PIR combined)
Turn on/off PIR sensor (PIR Only)
Adjust motion sensitivity (Motion & PIR combined)
Toggle Night Vision On/Off/Auto
Turn on/off Video Recording to SD card
External Commands:
motionOn() - Video Motion Detection On
motionOff() - Video Motion Detection Off
pirOn() - PIR Motion Detection On
pirOff() - PIR Motion Detection Off
nvOn() - Night Vision On
nvOff() - Night Vision Off
nvAuto() - Night Vision Auto
vrOn() - Local Video Recording On
vrOff() - Local Video Recording Off
Prerequisites:
Fully configured …
##This DeviceType is Obsolete, Please use the following SmartApp instead:
##D-Link DCS-5020L Device Type
[image] [image]
Features:
In-App Video streaming (Video Only, no sound)
Still Image Capture and Display
Full Pan/Tilt support
Move to ‘Home’ location
Move to Preset location (by preset number)
Turn on/off motion detection
Adjust motion sensitivity
Toggle Night Vision On/Off/Auto
External Commands:
motionOn() - Video Motion Detection On
motionOff() - Video Motion Detection Off
nvOn() - Night Vision On
nvOff() - Night Vision Off
nvAuto() - Night Vision Auto
left() - Move Camera Left
right() - Move Camera Right
up() - Move Camera Up
down() - Move Camera Down
home() - Move to ‘Home’ position
presetOne() - Move to Preset position 1 defined in DTH…