Skip to content

Add QR scan support for asserting antenna gain/elevation and hotspot transfer#1344

Open
MichaelBrew wants to merge 3 commits intohelium:mainfrom
MichaelBrew:scan-transfer-and-antenna
Open

Add QR scan support for asserting antenna gain/elevation and hotspot transfer#1344
MichaelBrew wants to merge 3 commits intohelium:mainfrom
MichaelBrew:scan-transfer-and-antenna

Conversation

@MichaelBrew
Copy link
Copy Markdown
Contributor

@MichaelBrew MichaelBrew commented Aug 13, 2022

Combo of #977 and #1342

JSON payload to re-assert antenna gain/elevation

{
  "type": "hotspot_antenna",
  "hotspotAddress": string,
  "gain": number,
  "elevation": number?
}

JSON payload to transfer hotspot

{
  "type": "transfer",
  "hotspotAddress": string,
  "newOwnerAddress": string,
  "skipActivityCheck": boolean,
  "isSeller": boolean
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant