Skip to content

Commit ad5f113

Browse files
authored
Update oic.devicemap-content.json
Updating the Vertical Profile to "Module" from "Smart Home" since the generic module devices are not defined in the Smart Home annex of the Device Spec. This will make importing into the OCMS cleaner as well (will be under a separate Vertical of Module instead of buried in the list of Smart Home devices)
1 parent 093e7e9 commit ad5f113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module_testing/oic.devicemap-content.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"devicename": "Module Test - Actuator Device",
44
"devicetype": "oic.d.test-module-actuator",
5-
"vertical": "Smart Home",
5+
"vertical": "Module",
66
"resources": [
77
{"resourcetypetitle": "Query Test", "resourcetypeid": "oic.r.query-test"},
88
{"resourcetypetitle": "Range Test", "resourcetypeid": "oic.r.range-test"},
@@ -12,7 +12,7 @@
1212
{
1313
"devicename": "Module Test - Sensor Device",
1414
"devicetype": "oic.d.test-module-sensor",
15-
"vertical": "Smart Home",
15+
"vertical": "Module",
1616
"resources": [
1717
{"resourcetypetitle": "Sensor Test", "resourcetypeid": "oic.r.test-sensor"}
1818
]

0 commit comments

Comments
 (0)