Variable commandsMapConst

commandsMap: Record<RequestCommandId, ResponseCommandId[] | null> = ...

Map request id to response id. null meant no response expected (one way).