Skip to content

Commit

Permalink
chore: add available milk
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Oct 11, 2022
1 parent 8220b89 commit e3c525e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions things-models/milk-tank/milk-tank.tm.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"model": "1.0.0"
},
"tm:optional": [],
"links":[
{
"links": [
{
"rel": "tm:submodel",
"href": "https://raw.githubusercontent.com/atedeg/mdm-dt/main/things-models/milk-tank/ph.tm.jsonld",
"type": "application/tm+json",
Expand All @@ -37,6 +37,12 @@
"title": "Serial number",
"type": "string",
"readOnly": true
},
"availableMilk": {
"title": "Available milk in the tank",
"description": "The quintals of milk available in the tank",
"type": "string",
"readOnly": true
}
},
"actions": {
Expand All @@ -46,4 +52,4 @@
"type": "boolean"
}
}
}
}

0 comments on commit e3c525e

Please sign in to comment.