idz: Add requests, fix load_config_b

This commit is contained in:
Kevin Trocolli
2023-04-23 13:26:44 -04:00
parent d8c3ed5c01
commit 26c4bcb466
7 changed files with 102 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class IDZHandlerLoadConfigA(IDZHandlerBase):
return ret
class IDZHandlerLoadConfigB(IDZHandlerBase):
cmd_codes = [0x00a0] * IDZConstants.NUM_VERS
cmd_codes = [0x00ab, 0x00ab, 0x00a0, 0x00a0]
rsp_codes = [0x00ac, 0x00ac, 0x00a1, 0x00a1]
name = "load_config_b"