Use auto-generated ssid and psk, with TODO note to improve
this in the future as needed.
This will give us programmatic control over SSID names, passwords
and such, in case we want to try lots of different variants as part
of testing the cloud.
This will let testing run cleaner, and not lard up the system with an
ever expanding list of un-used profiles.
Does not currently work because I have to figure out how to paginate-read
profiles since there are so many of them.
Signed-off-by: Ben Greear <greearb@candelatech.com>
So user no longer has to worry about what ID matches their equipment
in the cloud-sdk database.
Start moving Nightly to use the base-class, removing the duplicated
cmd line parsing and similar.
Attempt to improve firmware update waiting and error messages,
but it is not actually updating firmware properly in this
case before after I made those changes.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This handles command line parsing and other common tasks.
Update query_sdk to use the base class, greatly simplifying its code.
Signed-off-by: Ben Greear <greearb@candelatech.com>