Skip to content

Improve single device #191

@mjamescompton

Description

@mjamescompton

Summary

Improve layout and add new fields

Why do we need this?

Make these pages more useful

What is already there? What do you see now?

A basic device overview.

What is missing? What do you want to see?

Payload formatter in javascript that is easy to copy.

75e8f9d49004028f52d58af65b8edfd4bc70ce11

Missing device data, lorawan version (MAC version), Regional parameter (PHY version), Activation modes (OTAA, ABP, Multicast), Lorawan class capabilities (A, B, C), dataRateIndex, rxDelay, rxDataRateOffset, pingSlotPeriod

        {
          "vendorProfileID": 2,
          "supportsClassB": false,
          "supportsClassC": false,
          "macVersion": "1.0.4",
          "regionalParametersVersion": "RP002-1.0.1",
          "supportsJoin": false,
          "rx1Delay": 1,
          "rx1DataRateOffset": 0,
          "rx2DataRateIndex": 3,
          "rx2Frequency": 869.525,
          "factoryPresetFrequencies": [
            868.1,
            868.3,
            868.5,
            867.1,
            867.3,
            867.5,
            867.7,
            867.9
          ],
          "maxEIRP": 14,
          "supports32bitFCnt": true
        }

Add additional images, if vendor included more images.

Vendor can have multiple buy device (reseller) links.

Include device video

Further inspiration from console designs.

Screenshot 2021-05-25 at 15 00 33

Screenshot 2021-05-25 at 15 00 27

Improve the device events and include the web hooks, make in clearer this should be used to create dummy devices to be used for testing.

Can you do this yourself and submit a Pull Request?

yes, @pierrephz for designs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions