Skip to content

Commit dc70246

Browse files
committed
Revert provisioning
1 parent 456b4ed commit dc70246

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

provision-devices

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ curl -s -o /dev/null -X POST \
3939
],
4040
"static_attributes": [
4141
{"name": "description", "type":"Property", "value": "Temperature Sensor"},
42-
{"name": "category", "type":"VocabProperty", "value": ["sensor"]},
42+
{"name": "category", "type":"Property", "value": ["sensor"]},
4343
{"name": "controlledProperty", "type": "Property", "value": "temperature"},
4444
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
4545
]
@@ -59,7 +59,7 @@ curl -s -o /dev/null -X POST \
5959
],
6060
"static_attributes": [
6161
{"name": "description", "type":"Property", "value": "Soil Humdity Sensor"},
62-
{"name": "category", "type":"VocabProperty", "value": ["sensor"]},
62+
{"name": "category", "type":"Property", "value": ["sensor"]},
6363
{"name": "controlledProperty", "type": "Property", "value": "humidity"},
6464
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
6565
]
@@ -84,7 +84,7 @@ curl -s -o /dev/null -X POST \
8484
"static_attributes": [
8585
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]},
8686
{"name": "description", "type":"Property", "value": "Barn filling Sensor"},
87-
{"name": "category", "type":"VocabProperty", "value": ["actuator", "sensor"]},
87+
{"name": "category", "type":"Property", "value": ["actuator", "sensor"]},
8888
{"name": "controlledProperty", "type": "Property", "value": ["filling"]}
8989
]
9090
},
@@ -106,7 +106,7 @@ curl -s -o /dev/null -X POST \
106106
],
107107
"static_attributes": [
108108
{"name": "description", "type":"Property", "value": "Animal Collar"},
109-
{"name": "category", "type":"VocabProperty", "value": ["sensor"]},
109+
{"name": "category", "type":"Property", "value": ["sensor"]},
110110
{"name": "controlledProperty", "type": "Property", "value": ["heartRate", "location", "status"]},
111111
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
112112
]
@@ -129,7 +129,7 @@ curl -s -o /dev/null -X POST \
129129
],
130130
"static_attributes": [
131131
{"name": "description", "type":"Property", "value": "Animal Collar"},
132-
{"name": "category", "type":"VocabProperty", "value": ["sensor"]},
132+
{"name": "category", "type":"Property", "value": ["sensor"]},
133133
{"name": "controlledProperty", "type": "Property", "value": ["heartRate", "location", "status"]},
134134
{"name": "function", "type": "Property", "value":["sensing"]},
135135
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
@@ -149,7 +149,7 @@ curl -s -o /dev/null -X POST \
149149
],
150150
"static_attributes": [
151151
{"name": "description", "type":"Property", "value": "Irrigation System"},
152-
{"name": "category", "type":"VocabProperty", "value": ["actuator"]},
152+
{"name": "category", "type":"Property", "value": ["actuator"]},
153153
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
154154
]
155155
},
@@ -172,7 +172,7 @@ curl -s -o /dev/null -X POST \
172172
],
173173
"static_attributes": [
174174
{"name": "description", "type":"Property", "value": "Tractor FMIS"},
175-
{"name": "category", "type":"VocabProperty", "value": ["actuator", "sensor"]},
175+
{"name": "category", "type":"Property", "value": ["actuator", "sensor"]},
176176
{"name": "controlledProperty", "type": "Property", "value": ["location", "status"]},
177177
{"name": "supportedProtocol", "type": "Property", "value": ["ul20"]}
178178
]

0 commit comments

Comments
 (0)