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

Conversation

ChristianTremblay
Copy link
Collaborator

First of, I found a bug on the determination of ServicesSupported. This is fixing it. (hope so)

The Local trendlog object gets created in my scripts but the client sees a problem
javax.baja.driver.history.ArchiveException: History type cannot be determined from device!

This is next step

    _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"
…ices numbers do not match. This fix a bug in the determination of services supported
@ChristianTremblay
Copy link
Collaborator Author

@JoelBender comments welcome

@ChristianTremblay ChristianTremblay marked this pull request as ready for review March 21, 2024 02:52
@ChristianTremblay
Copy link
Collaborator Author

@JoelBender I removed the "draft" status. I commented out the do_ReadRangeRequest work done

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