Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 16, 2024
1 parent f69c5d0 commit 8aec6f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Http:
```
PUT http://localhost:3000/signalk/v1/api/vessels/self/steering/autopilot/target/headingMagnetic
{
"value": 1.52,
"value": 88,
}
```

Expand All @@ -44,7 +44,7 @@ WebSockets:
"requestId": "184743-434373-348483",
"put": {
"path": "steering.autopilot.target.headingMagnetic",
"value": 1.52
"value": 88
}
}
```
Expand Down Expand Up @@ -93,12 +93,12 @@ PUT http://localhost:3000/signalk/v1/api/vessels/self/steering/autopilot/actions

## Target Heading

The `value` is the heading in radians.
The `value` is the heading in degrees.

```
PUT http://localhost:3000/signalk/v1/api/vessels/self/steering/autopilot/target/headingMagnetic
{
"value": 1.52,
"value": 80,
}
```

Expand Down

0 comments on commit 8aec6f7

Please sign in to comment.