Skip to content

Commit

Permalink
Update targetV.tm.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdanoura authored Nov 18, 2024
1 parent 72afe2b commit 898b709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions events/2024.11.Munich/TDs/Siemens/targetV.tm.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"version" : {"model": "1.0.0"},
"@type": [
"tm:ThingModel",
"mcep:Device",
"brick:Thermostat"
],
"base": "{{MQTT_IoT_DEMO_BROKER_ADDRESS}}:{{MQTT_BROKER_PORT}}",
Expand All @@ -24,6 +25,7 @@
"properties": {
"co2": {
"title": "Reads the CO2 value from the sensor connected to the TargetV device",
"@type": "brick:co2",
"type": "string",
"writeOnly":false,
"observable":true,
Expand All @@ -39,6 +41,7 @@
},
"temperature": {
"title": "Reads the temperature value from the sensor connected to a TargetV device",
"@type": "brick:temperature",
"type": "string",
"writeOnly":false,
"observable":true,
Expand All @@ -54,6 +57,7 @@
},
"humidity": {
"title": "Reads the humidity value from the sensor connected to a TargetV device",
"@type": "brick:humidity",
"type": "string",
"writeOnly":false,
"observable":true,
Expand All @@ -69,6 +73,7 @@
},
"occupancy": {
"title": "Reads the occupancy value from the sensor connected to a TargetV device",
"@type": "brick:occupancy",
"type": "string",
"writeOnly":false,
"observable":true,
Expand Down

0 comments on commit 898b709

Please sign in to comment.