-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusp-data.yaml
More file actions
28 lines (27 loc) · 787 Bytes
/
usp-data.yaml
File metadata and controls
28 lines (27 loc) · 787 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
#-------------------------------------------------------------------------------------
#
# USP AGENT CONFIG FILE
#
# The End Point ID must be unique.
#
# You cannot change the definitions once created.
#
# The type of the data model parameters must be "Read Only" or "Read Write".
#
# The MTP-type must be mqtt or websockets.
#
#-------------------------------------------------------------------------------------
usp_agent:
definitions:
- end_point_id: user-agent-test
- manufacturer_parameter: Big Blue Innova
- product_class: Smart Lock
- model_parameter: SL2000
- mtp-type: mqtt
data_model:
- parameter: Device.Test.Notes
value: Nota de ejemplo
type: Read Only
- parameter: Device.Test.Location
value: Test
type: Read Write