Enum FirmwareChannel
public enum FirmwareChannel
Fields
[EnumMember(Value = "beta")] Beta = 6
Beta: Pre-release software made available to a limited audience for testing. It may still have bugs or issues that need to be addressed before release.
[Obsolete("Use the 'Partner' channel instead. Value will be removed in SDK version 3.")] [EnumMember(Value = "crestron")] Crestron = 2
[EnumMember(Value = "ga")] GA = 3
General Availability: The software is suitable for release on all channels. It's automatically downloaded and installed on supported hosts and devices.
[EnumMember(Value = "partner")] Partner = 1
Partner: A special purpose software channel for partner integrations. Some partner integrations rely on this channel for distribution of updates.
[EnumMember(Value = "rc")] Rc = 5
Release Candidate: The software is considered feature-complete and stable. It's suitable for release to a broader audience for testing and validation.
[EnumMember(Value = "stable")] Stable = 4
Stable: The software is feature-complete, stable and suitable for release. It's made available for download and manual update by early adopters.
[EnumMember(Value = "wu")] WU = 0
Windows Update: The software is available to all customers, including those with strict firewall rules and that rely on Windows Update for Business to manage distribution of updates within their organization.