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

Working on local objects. Addind MultiStates stuff #29

Merged
merged 5 commits into from
Feb 27, 2024

Conversation

ChristianTremblay
Copy link
Collaborator

Based on 135-2020, added required properties to objects
Support for currentCommandPriority for MV
Added a local multistate object file

    _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"
@JoelBender
Copy link
Owner

Please update the _required attribute to be a tuple, _required = ("priorityArray",) here and here.

@JoelBender JoelBender merged commit 69fcde3 into JoelBender:main Feb 27, 2024
@JoelBender
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants