Closed ba58smith closed 2 years ago
New schema files need to be added also here: https://github.com/SignalK/specification/blob/master/src/index.js#L22-L35
@tkurki - OK. But I'm now away from the boat, and my Pi, for three weeks. I can fix this when I return, or you can make that change (for this PR, and for the new Bilge top level PR), so you can merge the result.
@turki, I added the new files where you said to add them (in your comment above), but still, it fails the test, and I have no idea why.
per @tkurki, moved common electrical properties out of /groups/electrical.json into definitions.json.
then, created /groups/generator.json, along with valid test data.
npm test
fails with:AssertionError: There should be no missing schema uris, but found https://signalk.org/specification/1.0.0/schemas/groups/generator.json: expected [ Array(1) ] to have a length of 0 but got 1
@tkurki said to submit the PR with this, and that he would investigate.