Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ullriti authored Oct 13, 2024
2 parents f3fe9fc + 2286a21 commit 39f4acd
Show file tree
Hide file tree
Showing 26 changed files with 1,768 additions and 68 deletions.
35 changes: 35 additions & 0 deletions lib/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,45 @@
"leak": {
"type": ["boolean", "string"],
"description": "Leak detected"
},
"temperature": {
"type": "object",
"properties": {
"min": {
"description": "Minimum temperature (°C)",
"$ref": "#/definitions/temperature"
},
"max": {
"description": "Maximum temperature (°C)",
"$ref": "#/definitions/temperature"
},
"avg": {
"description": "Average temperature (°C)",
"$ref": "#/definitions/temperature"
},
"current": {
"description": "Current temperature (°C)",
"$ref": "#/definitions/temperature"
}
}
}
},
"additionalProperties": false
},
"metering": {
"type": "object",
"properties": {
"water": {
"type": "object",
"properties": {
"total": {
"type": "number",
"description": "Total volume (L)"
}
}
}
}
},
"action": {
"type": "object",
"properties": {
Expand Down
8 changes: 8 additions & 0 deletions vendor/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2094,3 +2094,11 @@ vendors:
description: Accuwatch is a company that provides a range of IoT solutions for various industries.
logo: accuwatch.png
website: https://accuwatch.nl/

- id: infrafon
name: Infrafon
description: Infrafon develops iot devices for humans, bridging the gap between handheld computers and lightweight smart cards.
logo: infrafon_logo.png
website: https://www.infrafon.com/
social:
linkedin: https://de.linkedin.com/company/infrafon
2 changes: 2 additions & 0 deletions vendor/infrafon/cc1-codec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
uplinkDecoder:
fileName: cc1.js
Binary file added vendor/infrafon/cc1-developer-kit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions vendor/infrafon/cc1-profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
macVersion: '1.0.2'
regionalParametersVersion: 'RP001-1.0.2'
supportsJoin: true
maxEIRP: 23
supports32bitFCnt: true
supportsClassB: false
supportsClassC: false
Loading

0 comments on commit 39f4acd

Please sign in to comment.