Zoltan Miskolci

Added temperature sensors to td module

    • -0
    • +2
    /leahi_dialin/td/treatment_delivery.py
Merge LDT-2313 changes

- Removed Barometric sensor from DD - Added missing msg for temp broadcast

    • -18
    • +14
    /leahi_dialin/dd/modules/temperature_sensors.py
Removed Barometric temp from broadcast

when I get the version with python3 version.py it will show the correct branch and commit version instead of just 1.0.0, which tells nothing. I use this when they ask what version of dialin I have,...

when I get the version with python3 version.py it will show the correct branch and commit version instead of just 1.0.0, which tells nothing.
I use this when they ask what version of dialin I have, as I know the branch, but not the commit version, and it's faster with this then asking git around.

added handler initialization to __init__

Added missing broadcast message

    • -0
    • +25
    /leahi_dialin/fp/modules/conductivity_sensors.py
LDT-2994 - Split FP valves reading to follow FW design

    • -17
    • +25
    /leahi_dialin/fp/modules/valves.py
fix for duplicate

LDT-598: - Copied and merged all constants file into one in common (For future ease of removal) - Created a generic broadcast override template - Created enum for RO Rejection Ratio - Created handler for RO Rejection Ratio - Created overrides for RO Rejection Ration - Added MSG_IDs related to RO Rejection Ratio - Added missing Msg_id for dd voltages handler

    • -0
    • +27
    /leahi_dialin/common/constants.py
    • -0
    • +80
    /leahi_dialin/common/override_templates.py
    • -33
    • +81
    /leahi_dialin/fp/modules/conductivity_sensors.py
LDT-598: - Copied and merged all constants file into one in common (For future ease of removal) - Created a generic broadcast override template - Created enum for RO Rejection Ratio - Created handler for RO Rejection Ratio - Created overrides for RO Rejection Ration - Added MSG_IDs related to RO Rejection Ratio - Added missing Msg_id for dd voltages handler

    • -0
    • +27
    /leahi_dialin/common/constants.py
    • -0
    • +81
    /leahi_dialin/common/override_templates.py
    • -33
    • +107
    /leahi_dialin/fp/modules/conductivity_sensors.py