Corrected a comment. The mouse has 3 zones.

This commit is contained in:
IceStormNG
2023-09-25 14:35:09 +02:00
parent 82f5afa278
commit 4a3108a5e0

View File

@@ -156,7 +156,6 @@
}
//Mouse sends all lighting zones in one response
//00 12 03 00 00 [00 04 ff 00 80] [00 04 00 ff ff] [00 04 ff ff ff] 00 00 00 00 00 00 00 00 00 00 00 00 00 0
//No idea what the 3rd zone is as the mouse only has 2
byte[]? response = WriteForResponse(GetReadLightingModePacket(LightingZone.All));
if (response is null) return;