driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

added lockout_key to interface functions #122

Open raphaelcervantes opened 4 years ago

raphaelcervantes commented 4 years ago

I am expecting that this pull request won't get accepted. I am missing some features and I haven't tested this yet. But I'm going to ask for a pull request anyway to get feedback.

update and add/remove sections as needed

New Features

Allows the python interface to recognize the lockout key.

Fixes

I added recognition of the lockout key to the functions inside of interface.py Related to this issue: https://github.com/driplineorg/dripline-python/issues/120

Testing

I tested locally that the error catching probably works. I have not really tested this. There's a subtlety with type uuid_t that I am not equipped to handle right now. Noah said that Ben probably has to look into it.

Prior to merging for releases: