Skip to content

Commit

Permalink
chore: add two missing props for device
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Sep 30, 2024
1 parent 703fde2 commit 96912ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/jsonld-contexts/device.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Raspberry": "https://vocab.egm.io/Raspberry",
"appEUI": "https://vocab.egm.io/appEUI",
"applicationId": "https://vocab.egm.io/applicationId",
"batteryLevel": "https://vocab.egm.io/batteryLevel",
"batteryVoltage": "https://vocab.egm.io/batteryVoltage",
"category": "https://schema.org/category",
"chargerStatus": "https://vocab.egm.io/chargerStatus",
Expand All @@ -26,6 +27,7 @@
"loraSNR": "https://vocab.egm.io/loraSNR",
"manufacturer": "https://vocab.egm.io/manufacturer",
"model": "https://vocab.egm.io/model",
"motion": "https://vocab.egm.io/motion",
"name": "https://schema.org/name",
"networks": "https://vocab.egm.io/networks",
"pressure": "https://vocab.egm.io/pressure",
Expand Down

0 comments on commit 96912ea

Please sign in to comment.