[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user