Skip to content

Commit

Permalink
Fix TM syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Nov 25, 2024
1 parent 6d07ad4 commit 2397f90
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Samples/BACNet.tm.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@
},
"properties": {
"temperature_setpoint": {
"type": [
"brick:Cooling_Zone_Air_Temperature_Setpoint",
"number"
],
"@type": "brick:Cooling_Zone_Air_Temperature_Setpoint",
"type": "number",
"elem:influences": ":temperature",
"brick:hasQuantityKind": "brick:Temperature",
"readOnly": false,
Expand All @@ -49,10 +47,8 @@
]
},
"temperature": {
"type": [
"brick:Zone_Air_Temperature_Sensor",
"number"
],
"@type": "brick:Zone_Air_Temperature_Sensor",
"type": "number",
"brick:hasQuantityKind": "brick:Temperature",
"readOnly": true,
"forms": [
Expand Down

0 comments on commit 2397f90

Please sign in to comment.