5.11 Network
It describes a generic network service. The Network-Type is described in the following sections.
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the network. |
2 |
name |
|
1 |
Name of the network provider. |
3 |
type |
1 |
Type of the network service. |
Sample Network object represented in JSON Format:
{
"description": "network",
"name": "The Things Network",
"type": "LoRaWAN"
}