From b78b324f58de6fd551d2fff6bb039310d610336b Mon Sep 17 00:00:00 2001 From: Evan Mulawski <1044791+EvanMulawski@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:54:41 -0500 Subject: [PATCH] [icue-link] fix subdevices endpoint --- src/devices/icue_link/ICueLinkHubDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/icue_link/ICueLinkHubDevice.cs b/src/devices/icue_link/ICueLinkHubDevice.cs index ce7ccad..ff47ad9 100644 --- a/src/devices/icue_link/ICueLinkHubDevice.cs +++ b/src/devices/icue_link/ICueLinkHubDevice.cs @@ -22,7 +22,7 @@ private static class Endpoints public static ReadOnlySpan GetSpeeds => new byte[] { 0x17 }; public static ReadOnlySpan GetTemperatures => new byte[] { 0x21 }; public static ReadOnlySpan SoftwareSpeedFixedPercent => new byte[] { 0x18 }; - public static ReadOnlySpan GetSubDevices => new byte[] { 0x00 }; + public static ReadOnlySpan GetSubDevices => new byte[] { 0x36 }; } private static class DataTypes