-
Notifications
You must be signed in to change notification settings - Fork 0
general modbus entity/service #227
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
base: develop
Are you sure you want to change the base?
Conversation
Dockerfile
Outdated
|
|
||
| FROM ${img_user}/${img_repo}:${img_tag} | ||
|
|
||
| RUN pip install pymodbus slack_sdk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should remove slack_sdk from this PR (that's from your working code on slack integration)
| @@ -0,0 +1,3 @@ | |||
| __all__ = [] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nsoblath : should we have these extensions flat in the dripline/extensions/ directory? or in their own subdirectory like jitter was (doesn't seem to add value)
|
We should cross-compare and harmonize with #223 |
…y this the byteorder argument gets oppsolate and the wordorder argument has to be part of the entity not the service. Service now returns the register bytes and entity has to decode them.
… and single value.
… apply type conversion to set method
No description provided.