You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adapt cloud-cli thing templates to the already established concept of template:
- extracted templates are more "compliant" with the already known templates
- standard cloud thing templates can now be used to create new things
* Adapt template extraction
remove properties_count, max_value, min_value, persist and tag fields
add template name field
change helper to remark that a template is being extracted instead of a thing.
* Adapt thing creation to rfc
thing create command has been split in two commands:
- thing create -> create a thing from a template. name parameter is optional and, if it's present, it overrides the name provided by the template
- thing clone -> create a thing from an existing thing. name parameter of the new thing is mandatory
thing templates have been aligned with general iot cloud templates concept
now templates like this: https://github.com/bcmi-labs/cloud-templates/blob/main/templates/home-security-alarm/resources/thing.yml
can be directly used to create new things.
* Replace Properties with Variables
* Update readme
0 commit comments