forked from smart-data-models/dataModel.Device
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevice-model.yaml
More file actions
44 lines (42 loc) · 736 Bytes
/
device-model.yaml
File metadata and controls
44 lines (42 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
SupportedProtocol:
description: |
Supported protocol(s) or networks.
- `3g`
- `bluetooth`
- `bluetooth LE`
- `cat-m`
- `coap`
- `ec-gsm-iot`
- `grps`
- `http`
- `lora`
- `lte-m`
- `lwm2m`
- `mqtt`
- `nb-iot`
- `onem2m`
- `sigfox`
- `ul20`
- `websocket`
enum:
- 3g
- bluetooth
- "bluetooth LE"
- cat-m
- coap
- ec-gsm-iot
- grps
- http
- lora
- lte-m
- lwm2m
- mqtt
- nb-iot
- onem2m
- sigfox
- ul20
- websocket
type: string
x-ngsi:
uri-prefix: "https://uri.fiware.org/ns/data-models#"