Skip to content

Lowercase nibble in commands_hpsu.csv #14

@segaura

Description

@segaura

In HPSU.py the logic on "commands" require them to be defined with all nibble uppercase (e.g. if command[6:8] != "FA").

the file etc/pyHPSU/commands_hpsu.csv has a last row with some lowercase nibble

t_flow_cooling;61 00 fa 03 dd 00 00;190;d;10;w

this should be

t_flow_cooling;61 00 FA 03 DD 00 00;190;d;10;w

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions