mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixes inverted standby state feedback
This commit is contained in:
parent
1d184f0f5e
commit
ccdd8005d0
1 changed files with 2 additions and 2 deletions
|
|
@ -1368,8 +1368,8 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||
{
|
||||
set
|
||||
{
|
||||
// If the incoming value is "Of" it sets the BoolValue true, otherwise sets it false
|
||||
BoolValue = value == "Off";
|
||||
// If the incoming value is "On" it sets the BoolValue true, otherwise sets it false
|
||||
BoolValue = value == "On";
|
||||
OnValueChanged();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue