Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions vendor/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2160,3 +2160,14 @@ vendors:
- id: sensus
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/



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