Unit less data #189
Unanswered
voilier-kalymnos
asked this question in
Q&A
Replies: 2 comments
-
I'm not an expert, but look here... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you
I find what I was looking for in your link.
Now it's working good
Le jeu. 10 juil. 2025 à 14:48, bradharley ***@***.***> a
écrit :
… I'm not an expert, but look here...
https://github.com/SignalK/signalk-server/wiki/FAQ:-Frequently-Asked-Questions#how-to-add-missing-units-and-static-data-eg-displayname
—
Reply to this email directly, view it on GitHub
<#189 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCT6S4S6GQHNFTMBWY57JCT3H37EDAVCNFSM6AAAAACBILKARCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZSGY2DKMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I write my own plugin to get the COS of the boat during the last minute (name precise-course in the Appstore.
It work great and I can get the value in KIp as numeric (converted to degré)
I would like to use this value in wind Steering Component but it didn't appear in Course Over Ground tab.
I think, that's because my value in unit-less.
this the code :
app.handleMessage
(
plugin.id,
{ updates: [{values: [{path: 'navigation.trackBearing',value: trackBearing}]}] },
'v1'
)
How can I do to give unit to this data (radian)?
Beta Was this translation helpful? Give feedback.
All reactions