Skip to content

Commit

Permalink
fix: provide examples for instance mapping values (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Oct 6, 2023
1 parent 961c968 commit 93e7043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,13 @@ module.exports = function (app) {

venusId: {
title: 'Venus Device Instance',
description: '(Example: 257)',
type: 'number'
},
signalkId: {
title: 'Signal K Instance',
type: 'string'
type: 'string',
description: '(Example: house)',
}
}
}
Expand Down

0 comments on commit 93e7043

Please sign in to comment.