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

Draft : Started to work on ReadRangeService #32

Merged
merged 12 commits into from
Mar 21, 2024

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    fd9a275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3202aa8 View commit details
    Browse the repository at this point in the history
  3. As per standard added required stuff to BinaryInputObject

        _required = (
            "presentValue",
            "statusFlags",
            "eventState",
            "outOfService",
            "polarity",
        )
    
    BinaryOutputObject
        _required = (
            "presentValue",
            "statusFlags",
            "eventState",
            "outOfService",
            "polarity",
            "priorityArray",
            "relinquishDefault",
            "currentCommandPriority",
        )
    
    BinaryValueObject
        _required = (
            "presentValue",
            "priorityArray",
            "statusFlags",
            "eventState",
            "outOfService",
        )
    
    BinaryValueObjectCmd
    _required = "priorityArray"
    ChristianTremblay committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f2129fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    749f2cd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. _required = Tuple

    ChristianTremblay committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    23ad6b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    83b19b3 View commit details
    Browse the repository at this point in the history
  2. ServiceSupported in app and ConfirmedService or UnconfirmedServiceCho…

    …ices numbers do not match. This fix a bug in the determination of services supported
    ChristianTremblay committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9c16392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6c67f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. ServiceSupported in app and ConfirmedService or UnconfirmedServiceCho…

    …ices numbers do not match. This fix a bug in the determination of services supported
    ChristianTremblay committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8122efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1072798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf141a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a407e7 View commit details
    Browse the repository at this point in the history