-
Notifications
You must be signed in to change notification settings - Fork 5
Ropes/boolean field #16
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: master
Are you sure you want to change the base?
Conversation
WIP Adding boolean values to CommandDefintion configuration examples and tests. Signed-off-by: Josh Roppo <josh@kubos.co>
Tests were picking up the import cycle between Gateway<->satellite packages. Over-separated functionality into separate packages. WIP Signed-off-by: Josh Roppo <josh@kubos.co>
The `show_hidden` field is now accepted on the "update_file_list" command. When True, the files returned will include 'hidden' files using the unix `.filename` syntax. Signed-off-by: Josh Roppo <josh@kubos.co>
Code which has value to use as base for further functionality resides in the `gateway` package. The `satellite` package only contains demonstration functionality of what a satellite might provide. Signed-off-by: Josh Roppo <josh@kubos.co>
Signed-off-by: Josh Roppo <josh@kubos.co>
Enables testing the Radio-boolean fields with other options. Signed-off-by: Josh Roppo <josh@kubos.co>
6d2c11f to
3bf6185
Compare
Subsystem Power is typical ON/OFF. So you might have something like a |
|
I'd like to split out the boolean-related changes from the rest and hold onto those until the backend is upgraded and deployed. The rest looks good and can be merged immediately (if it's finished). |
miketwo
left a comment
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.
We can probably close this now, yeah?
Simple Changes
majortom-gatewaylibrary versionFunctional Changes
tests/satellite/test_sat,pytotests/test_sat.py. This makes some testing libraries happier.Note: I have additional example commands for testing boolean types that I haven't committed. Can anyone think of nice satellite commands that would benefit having a boolean field?