cablelabs / lpwanserver

LPWAN Provisioning & Management Server
https://lpwanserver.com
Apache License 2.0
37 stars 11 forks source link

Mutli-type device application use case #318

Closed rhythnic closed 5 years ago

rhythnic commented 5 years ago

What does this PR do?

bug fixes

  1. Downlinks with JSON payloads rejected by LoRa Server. Fix: Stringify jsonObject property before sending.
  2. When pulling network, if app with same name was created locally, the NetworkProtocol doesn't store the remote application ID in protocol data. Fix: Save remote ID reference regardless of whether app exists locally.
  3. company.type.id found in some authorization spots. Company type was changed to an enum. Fix: Change to company.type.

Do you have any concerns with this PR?

No

How can the reviewer verify this PR?

Read use case and tests

Any background context you want to provide?

No

Screenshots or logs (if appropriate)

Questions: