Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tacmi] Unit of Measurement fixes, added missing DateTime support #17481

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2024

  1. [tacmi] Use US Locale to format float numbers.

    The German locale uses a comma as a separator for decimal numbers,
    which means that the C.M.I. only uses the full number.
    
    Signed-off-by: Christian Niessner <[email protected]>
    marvkis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3488620 View commit details
    Browse the repository at this point in the history
  2. [tacmi] Fixed Units Of Measurement for some channel types

    Also update channels when channelType's change due to UoM changes
    
    Signed-off-by: Christian Niessner <[email protected]>
    marvkis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3097d4e View commit details
    Browse the repository at this point in the history
  3. [tacmi] Support time values via a DateTime channel

    Signed-off-by: Christian Niessner <[email protected]>
    marvkis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1f6c2c6 View commit details
    Browse the repository at this point in the history