Skip to content

Commit

Permalink
feat: add total estimates in FluidEstimate entity (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranim-n authored Nov 14, 2024
1 parent 1d7c862 commit f2072b8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonld-contexts/fluid.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"cookingEstimate": "https://vocab.egm.io/cookingEstimate",
"specificElectricityEstimate": "https://vocab.egm.io/specificElectricityEstimate",
"coldWaterEstimate": "https://vocab.egm.io/coldWaterEstimate",
"totalElectricityEstimate": "https://vocab.egm.io/totalElectricityEstimate",
"totalGasEstimate": "https://vocab.egm.io/totalGasEstimate",
"fluidType": "https://vocab.egm.io/fluidType",
"isConnected ": "https://vocab.egm.io/isConnected",
"lastRetrievedStartDate": "https://vocab.egm.io/lastRetrievedStartDate",
Expand Down
34 changes: 34 additions & 0 deletions ngsild-payloads/fluidEstimate.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,39 @@
"11": 11.4,
"12": 11.5
}
},
"totalElectricityEstimate": {
"type": "JsonProperty",
"json": {
"01": 338,
"02": 341,
"03": 340,
"04": 337,
"05": 332,
"06": 320,
"07": 315,
"08": 310,
"09": 320,
"10": 325,
"11": 330,
"12": 337
}
},
"totalGasEstimate": {
"type": "JsonProperty",
"json": {
"01": 2600,
"02": 2200,
"03": 1580,
"04": 795,
"05": 332,
"06": 25,
"07": 20,
"08": 20,
"09": 100,
"10": 620,
"11": 1700,
"12": 2485
}
}
}

0 comments on commit f2072b8

Please sign in to comment.