Skip to content

Bug: SaveConnectTemperature - set_temperature_offset register not subscriptable #11

Description

@thomabsk

The set temperature function seems to have some outdated code for getting min and max of a register.

      min_value = int(device.registry.REG_TC_SP.min / 10)
      max_value = int(device.registry.REG_TC_SP.max / 10)

Should be like the above I think.

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