Skip to content

Commit

Permalink
Deployed 5968d83 to docs-release-5.6 with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent c6c30ac commit 5dea088
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified docs-release-5.6/core-services/images/position-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs-release-5.6/core-services/position-service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ <h1 id="position-service">Position Service</h1>
<p>The PositionService provides the geographic position of the gateway if a GPS component is available and enabled.</p>
<p>When this service is enabled and provides a valid geographic position, this position is published in the gateway birth certificate with its location.</p>
<p>The GPS connection parameters must be defined in order to allow the service to receive the GPS frames. The PositionService supports direct access to gps device or the connection to that through gpsd.</p>
<p>For a device that is not connected to a GPS, it is possible to define a <em>static</em> position by entering <em>latitude,</em> <em>longitude,</em> and <em>altitude.</em> In this case, the position is returned by the PositionService as if it were an actual GPS position. This may be useful when a gateway is installed in a known place and does not move.</p>
<p>For a device that is not connected to a GPS, it is possible to define a <em>static</em> position by entering <em>latitude,</em> <em>longitude,</em>, <em>altitude</em> and <em>GNSS Type</em>. In this case, the position, date and time information is returned by the PositionService as if it were an actual GPS position. This may be useful when a gateway is installed in a known place and does not move.</p>
<p>To use this service, select the <strong>PositionService</strong> option located in the <strong>Services</strong> area as shown in the screen capture below.</p>
<p><img alt="Position Service" src="../images/position-service.png" /></p>
<p>This service provides the following configuration parameters:</p>
Expand Down Expand Up @@ -4405,6 +4405,9 @@ <h1 id="position-service">Position Service</h1>
<p><strong>altitude</strong> - provides the static altitude value in meters.</p>
</li>
<li>
<p><strong>GNSSType</strong> - provides the gnss type used to retrieve static information.</p>
</li>
<li>
<p><strong>port</strong> - supplies the USB or serial port of the GPS device.</p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion docs-release-5.6/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs-release-5.6/sitemap.xml.gz
Binary file not shown.

0 comments on commit 5dea088

Please sign in to comment.