Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Create simple CLI app for configuring the system (Meteo) #16

Open
opalenic opened this issue Jul 28, 2018 · 1 comment
Open

Create simple CLI app for configuring the system (Meteo) #16

opalenic opened this issue Jul 28, 2018 · 1 comment
Milestone

Comments

@opalenic
Copy link
Owner

It should be able to add/remove/update sensor nodes, add/remove/update sensors in sensor nodes, and to display the current system configuration.

@opalenic opalenic added this to the 0.5 milestone Sep 6, 2018
@opalenic
Copy link
Owner Author

opalenic commented Jul 1, 2019

meteo_cli subcommands:

  • list
    • nodes
    • sensors <parent_node_public_id>
  • add
    • node <node_public_id> <node_name> <route_type>
    • sensor <node_public_id> <sensor_public_id> <sensor_type_name> <sensor_name>
  • modify
    • node <node_public_id> [-n new_node_name] [-t new_route_type]
    • sensor <node_public_id> <sensor_public_id> [-n new_sensor_name]
  • rm
    • node <node_public_id> [-f] [-q]
    • sensor <node_public_id> <sensor_public_id> [-f] [-q]
    • measurement <node_public_id> <sensor_public_id> <datetime_from> [datetime_to]

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

No branches or pull requests

1 participant