Commit 872a62c3 authored by Andreas Fenkart's avatar Andreas Fenkart
Browse files

hal: shade: remove ChannelType not yet present on backport branch


videoStation/vidoiInputSource were added later

Signed-off-by: default avatarAndreas Fenkart <andreas.fenkart@dev.digitalstrom.org>
1 merge request!2229backport callScene / fw3.8.7 to beta01
Showing with 1 addition and 3 deletions
+1 -3
......@@ -218,9 +218,7 @@ double HardwareAbstraction::HalShadeDevice::readDoubleRAM(const Device& device,
case ChannelType::airFlowAuto:
case ChannelType::waterTemperature:
case ChannelType::waterFlowRate:
case ChannelType::powerLevel:
case ChannelType::videoStation:
case ChannelType::videoInputSource: break; DS_FAIL_REQUIRE("Non applicable", channelType);
case ChannelType::powerLevel: break; DS_FAIL_REQUIRE("Non applicable", channelType);
}
return std::nan("Invalid ChannelType"); // not reached
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment