What is the reason for having _SHTP_REPORT_PRODUCT_ID_RESPONSE: 16, twice in _REPORT_LENGTHS?
Is this a this indicating missing report length(typo in name), or just incidental redundancy typo?
_REPORT_LENGTHS = {
_SHTP_REPORT_PRODUCT_ID_RESPONSE: 16,
_GET_FEATURE_RESPONSE: 17,
_COMMAND_RESPONSE: 16,
_SHTP_REPORT_PRODUCT_ID_RESPONSE: 16,
_BASE_TIMESTAMP: 5,
_TIMESTAMP_REBASE: 5,
}