mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Corrected a comment. The mouse has 3 zones.
This commit is contained in:
@@ -156,7 +156,6 @@
|
|||||||
}
|
}
|
||||||
//Mouse sends all lighting zones in one response
|
//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
|
//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));
|
byte[]? response = WriteForResponse(GetReadLightingModePacket(LightingZone.All));
|
||||||
if (response is null) return;
|
if (response is null) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user