Skip to content

Commit

Permalink
[icue-link] fix subdevices endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanMulawski committed Dec 15, 2024
1 parent 7b8a56d commit b78b324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/icue_link/ICueLinkHubDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static class Endpoints
public static ReadOnlySpan<byte> GetSpeeds => new byte[] { 0x17 };
public static ReadOnlySpan<byte> GetTemperatures => new byte[] { 0x21 };
public static ReadOnlySpan<byte> SoftwareSpeedFixedPercent => new byte[] { 0x18 };
public static ReadOnlySpan<byte> GetSubDevices => new byte[] { 0x00 };
public static ReadOnlySpan<byte> GetSubDevices => new byte[] { 0x36 };
}

private static class DataTypes
Expand Down

0 comments on commit b78b324

Please sign in to comment.