Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions vendor/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,14 @@ vendors:
name: Sensus GmbH Ludwigshafen
vendorID: 1170

- id: pressac-communications
name: Pressac Communications
description: Sensor Suppliers & IoT Sensor Manufacturers Get the IoT data you need to power your data driven solutions and projects.
logo: logo.png
website: https://www.pressac.com/
social:
linkedin: https://www.linkedin.com/company/pressac-communications-ltd/

- id: sparkfun
name: SparkFun Electronics
description: SparkFun Electronics is an online retail store that sells the bits and pieces to make your electronics projects possible.
Expand Down
8 changes: 8 additions & 0 deletions vendor/pressac-communications/iaq-sensor-codec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Uplink decoder decodes binary data uplink into a JSON object (optional)
# For documentation on writing encoders and decoders, see: https://www.thethingsindustries.com/docs/integrations/payload-formatters/javascript/
uplinkDecoder:
fileName: iaq-sensor-decoder.js

# Downlink encoder encodes JSON object into a binary data downlink (optional)
downlinkEncoder:
fileName: iaq-sensor-decoder.js
Loading