[ipcamera] Add channel Privacy Mode to Amcrest and Dahua handlers (#9092)

* Add channel Privacy Mode to Amcrest and Dahua handlers

Signed-off-by: Thomas <thomas@boerkel.de>
This commit is contained in:
sidamos
2020-11-26 18:53:52 +01:00
committed by GitHub
parent b806ed45d0
commit 8c3a488a30
5 changed files with 48 additions and 0 deletions

View File

@@ -642,6 +642,7 @@
<channel id="rtspUrl" typeId="rtspUrl"/>
<channel id="imageUrl" typeId="imageUrl"/>
<channel id="hlsUrl" typeId="hlsUrl"/>
<channel id="enablePrivacyMode" typeId="enablePrivacyMode"/>
</channels>
<config-description>
@@ -934,6 +935,7 @@
<channel id="rtspUrl" typeId="rtspUrl"/>
<channel id="imageUrl" typeId="imageUrl"/>
<channel id="hlsUrl" typeId="hlsUrl"/>
<channel id="enablePrivacyMode" typeId="enablePrivacyMode"/>
</channels>
<config-description>
@@ -2663,6 +2665,12 @@
<category>Light</category>
</channel-type>
<channel-type id="enablePrivacyMode">
<item-type>Switch</item-type>
<label>Enable Privacy Mode</label>
<description>Turn the Privacy Mode on and off.</description>
</channel-type>
<channel-type id="autoLED" advanced="true">
<item-type>Switch</item-type>
<label>Auto LED</label>