Skip to content

Commit

Permalink
Updated the GitHub pages HTML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jul 6, 2021
1 parent 6e4fa14 commit 8122d32
Showing 1 changed file with 221 additions and 17 deletions.
238 changes: 221 additions & 17 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



<span>0.6.0</span>
<span>0.6.1</span>
documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand Down Expand Up @@ -38,7 +38,7 @@ <h1 class="text-2xl font-thin">



<span>0.6.0</span>
<span>0.6.1</span>

</h1>

Expand Down Expand Up @@ -433,7 +433,7 @@ <h1>Network Survey Messaging API



<span>0.6.0</span>
<span>0.6.1</span>
</h1>
<div class="leading-normal mb-4">

Expand Down Expand Up @@ -1867,7 +1867,7 @@ <h5 class="examples-uid text-orange-600 mt-4">GsmRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "GsmRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -3270,7 +3270,7 @@ <h5 class="examples-uid text-orange-600 mt-4">CdmaRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "CdmaRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -4661,7 +4661,7 @@ <h5 class="examples-uid text-orange-600 mt-4">UmtsRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "UmtsRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -6266,7 +6266,7 @@ <h5 class="examples-uid text-orange-600 mt-4">LteRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "LteRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -7980,7 +7980,7 @@ <h5 class="examples-uid text-orange-600 mt-4">NrRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "NrRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -9956,7 +9956,7 @@ <h5 class="examples-uid text-orange-600 mt-4">WifiBeaconRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "WifiBeaconRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -11176,7 +11176,7 @@ <h5 class="examples-uid text-orange-600 mt-4">BluetoothRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "BluetoothRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -12810,7 +12810,7 @@ <h5 class="examples-uid text-orange-600 mt-4">GnssRecord</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "GnssRecord",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -13978,7 +13978,7 @@ <h5 class="examples-uid text-orange-600 mt-4">EnergyDetection</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "EnergyDetection",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -15226,7 +15226,7 @@ <h5 class="examples-uid text-orange-600 mt-4">SignalDetection</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "SignalDetection",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -16597,6 +16597,107 @@ <h3 class="font-mono text-base">



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
<div class="">
<div
class=" flex property"
>
<div class="pr-4" style="margin-top: -2px; min-width: 25%">
<span
class="text-sm"
style="word-break: break-word"
>missionId</span
>

<span class="border text-orange-600 rounded text-xs ml-3 py-0 px-2"
>missionId</span
>

</div>

<div>
<div class="capitalize text-sm text-teal-500 font-bold">

string
<div class="inline-block">

</div>
</div>



<div class="text-sm markdown"><p>A unique name for this particular run of a survey. The timestamp of when the survey was started is typically included, or the mission ID might contain a user entered value to enable them to uniquely identify the purpose of this survey.</p>
</div>


</div>
</div>


</div>
</div>



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
<div class="">
<div
class=" flex property"
>
<div class="pr-4" style="margin-top: -2px; min-width: 25%">
<span
class="text-sm"
style="word-break: break-word"
>recordNumber</span
>

<span class="border text-orange-600 rounded text-xs ml-3 py-0 px-2"
>recordNumber</span
>

</div>

<div>
<div class="capitalize text-sm text-teal-500 font-bold">

integer
<div class="inline-block">

<span
class="bg-yellow-600 font-bold no-underline text-black rounded lowercase ml-2"
style="height: 20px; font-size: 11px; padding: 3px"
>int32</span
>

<span
class="bg-purple-600 font-bold no-underline text-white rounded lowercase ml-2"
style="height: 20px; font-size: 11px; padding: 3px"
title="At least 1"
>>= 1</span
>

</div>
</div>



<div class="text-sm markdown"><p>Starts at 1 and each subsequent record should have its number incremented by 1.</p>
</div>


</div>
</div>


</div>
</div>



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
Expand Down Expand Up @@ -19178,7 +19279,7 @@ <h5 class="examples-uid text-orange-600 mt-4">DeviceStatus</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "DeviceStatus",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -19223,7 +19324,7 @@ <h5 class="examples-uid text-orange-600 mt-4">PhoneState</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "PhoneState",
"data": {
"deviceSerialNumber": "1234",
Expand All @@ -19232,6 +19333,8 @@ <h5 class="examples-uid text-orange-600 mt-4">PhoneState</h5>
"latitude": 51.470334,
"longitude": -0.486594,
"altitude": 13.3,
"missionId": "Survey1 20200724-154325",
"recordNumber": 1,
"simState": "READY",
"simOperator": "311480",
"networkRegistrationInfo": [
Expand Down Expand Up @@ -20861,7 +20964,7 @@ <h5 class="examples-uid text-orange-600 mt-4">LteRrc</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "LteRrc",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -20904,7 +21007,7 @@ <h5 class="examples-uid text-orange-600 mt-4">LteNas</h5>
<div class="children payload-examples mt-4">

<pre class="hljs mb-4 border border-gray-800 rounded"><code>{
"version": "0.6.0",
"version": "0.6.1",
"messageType": "LteNas",
"data": {
"deviceSerialNumber": "1234",
Expand Down Expand Up @@ -35930,6 +36033,107 @@ <h2 class="ml-8 mt-4">Messages</h2>



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
<div class="">
<div
class=" flex property"
>
<div class="pr-4" style="margin-top: -2px; min-width: 25%">
<span
class="text-sm"
style="word-break: break-word"
>missionId</span
>

<span class="border text-orange-600 rounded text-xs ml-3 py-0 px-2"
>missionId</span
>

</div>

<div>
<div class="capitalize text-sm text-teal-500 font-bold">

string
<div class="inline-block">

</div>
</div>



<div class="text-sm markdown"><p>A unique name for this particular run of a survey. The timestamp of when the survey was started is typically included, or the mission ID might contain a user entered value to enable them to uniquely identify the purpose of this survey.</p>
</div>


</div>
</div>


</div>
</div>



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
<div class="">
<div
class=" flex property"
>
<div class="pr-4" style="margin-top: -2px; min-width: 25%">
<span
class="text-sm"
style="word-break: break-word"
>recordNumber</span
>

<span class="border text-orange-600 rounded text-xs ml-3 py-0 px-2"
>recordNumber</span
>

</div>

<div>
<div class="capitalize text-sm text-teal-500 font-bold">

integer
<div class="inline-block">

<span
class="bg-yellow-600 font-bold no-underline text-black rounded lowercase ml-2"
style="height: 20px; font-size: 11px; padding: 3px"
>int32</span
>

<span
class="bg-purple-600 font-bold no-underline text-white rounded lowercase ml-2"
style="height: 20px; font-size: 11px; padding: 3px"
title="At least 1"
>>= 1</span
>

</div>
</div>



<div class="text-sm markdown"><p>Starts at 1 and each subsequent record should have its number incremented by 1.</p>
</div>


</div>
</div>


</div>
</div>



<div
class="bg-gray-200 pl-8 pr-8 rounded"
>
Expand Down

0 comments on commit 8122d32

Please sign in to comment.