-
Notifications
You must be signed in to change notification settings - Fork 378
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
Initial commit for Cors System Organisation #801
base: master
Are you sure you want to change the base?
Conversation
|
vendor/corssystem/cortu-gen-3.yaml
Outdated
@@ -0,0 +1,192 @@ | |||
name: Wind Sensor # Device name can not contain the vendor name |
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.
It seems the majority of files you added contain the example wind sensor files. Could you fix this?
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.
Hi, I've fixed it, the file was still being drafted
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.
The validation is giving formatting errors too, please run make validate fmt
vendor/corssystem/cortugenesis.js
Outdated
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.
This file contains the decoder for the example wind sensor as well. Do you have your own decoder or?
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.
I've made all the changes
@patientenvy Files look good now, could you please still run |
Could you please run |
Validation Finished
package.json
Outdated
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.
It seems youve changed some things in the package files? Could you revert this?
I have reverted the package files |
package.json
Outdated
@@ -22,7 +22,7 @@ | |||
"homepage": "https://github.com/TheThingsNetwork/lorawan-devices#readme", | |||
"devDependencies": { | |||
"ajv": "^6.12.6", | |||
"ajv-cli": "^5.0.0", |
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.
There's still some changes here. Please revert these.
Pakage.json reverted
package-lock.json
Outdated
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.
This file also shows changes being made. Please revert this too.
Also, please sign our CLA.. |
package-lock.json reverted
@Aceallio could you sign the CLA still? |
@Aceallio Any update here? Could you please sign the CLA? |
Summary
...
Changes
Checklist for Reviewers
profileIDs
should not bevendorID
and should be a unique value for every profile.index.yaml
file.Notes for Reviewers
...
Release Notes