Skip to content

Commit

Permalink
Volley boast hardware versions and decoder update (#727)
Browse files Browse the repository at this point in the history
* Hardware revisions added. Decoder update

* Images extensions return to PNG

* Numeric values of hardware Versions updated

---------

Co-authored-by: Jaime Trinidad <[email protected]>
  • Loading branch information
mvujovic-vb and Jaime-Trinidad authored Dec 21, 2023
1 parent 2cb3c5b commit 998fd56
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 10 deletions.
4 changes: 2 additions & 2 deletions vendor/volley-boast/vobo-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1364,5 +1364,5 @@ function printPayload(payload)
console.log("");
}

module.exports = {customDecoder, decodeUplink, Decoder, addVoboMetadata, lookupAnalogSensorName, lookupDigitalSensorName, lookupUnits,
hexToFloat, modbusToFloat_AB_CD_to_ABCD, modbusToFloat_AB_CD_to_DCBA, modbusToFloat_AB_CD_to_BADC, modbusToFloat_AB_CD_to_CDAB, printPayload}
// module.exports = {customDecoder, decodeUplink, Decoder, addVoboMetadata, lookupAnalogSensorName, lookupDigitalSensorName, lookupUnits,
// hexToFloat, modbusToFloat_AB_CD_to_ABCD, modbusToFloat_AB_CD_to_DCBA, modbusToFloat_AB_CD_to_BADC, modbusToFloat_AB_CD_to_CDAB, printPayload}
11 changes: 10 additions & 1 deletion vendor/volley-boast/vobo-gp-1.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: VoBo-GP-1 - Input Endpoint
description: General purpose LoRaWAN bridge

# Hardware versions (optional)
hardwareVersions:
- version: '1.06'
numeric: 106
# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version 1.03.10
version: '1.03.10'
numeric: 10310
# Supported hardware versions (optional)
hardwareVersions:
- '1.06'
profiles:
US902-928:
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
Expand All @@ -14,6 +20,9 @@ firmwareVersions:
- # Firmware version 2.00.00
version: '2.00.00'
numeric: 20000
# Supported hardware versions (optional)
hardwareVersions:
- '1.06'
profiles:
US902-928:
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
Expand Down
11 changes: 10 additions & 1 deletion vendor/volley-boast/vobo-hl-1.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: VoBo-HL-1 - Input Endpoint
description: General purpose LoRaWAN bridge certified for use in Class 1 Div 2 hazardous locations

# Hardware versions (optional)
hardwareVersions:
- version: '1.06'
numeric: 106
# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version 1.03.10
version: '1.03.10'
numeric: 10310
# Supported hardware versions (optional)
hardwareVersions:
- '1.06'
profiles:
US902-928:
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
Expand All @@ -14,6 +20,9 @@ firmwareVersions:
- # Firmware version 2.00.00
version: '2.00.00'
numeric: 20000
# Supported hardware versions (optional)
hardwareVersions:
- '1.06'
profiles:
US902-928:
# Identifier of the profile (lowercase, alphanumeric with dashes, max 36 characters)
Expand Down
9 changes: 7 additions & 2 deletions vendor/volley-boast/vobo-sl.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: VoBo-SL - Input Endpoint
description: The VoBo SL is a cost-effective, autonomous bridge between a single wired transmitter and a LoRaWAN® network.

# Hardware versions (optional)
hardwareVersions:
- version: '1.01'
numeric: 101
# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version 1.00.00
version: '1.00.00'
numeric: 10000

# Supported hardware versions (optional)
hardwareVersions:
- '1.01'
# LoRaWAN Device Profiles per region
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
# RU864-870
Expand Down
9 changes: 7 additions & 2 deletions vendor/volley-boast/vobo-tc.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: VoBo-TC - Thermocouple Endpoint
description: The VoBo TC is an industrial grade 12 channel thermocouple LoRaWAN® bridge certified for Class 1 Division 2 hazardous areas

# Hardware versions (optional)
hardwareVersions:
- version: '1.01'
numeric: 101
# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version 1.00.00
version: '1.00.00'
numeric: 10000

# Supported hardware versions (optional)
hardwareVersions:
- '1.01'
# LoRaWAN Device Profiles per region
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
# RU864-870
Expand Down
9 changes: 7 additions & 2 deletions vendor/volley-boast/vobo-xp.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: VoBo-XP - Input Endpoint
description: The VoBo XP is an externally powered, industrial grade, 7 input, 4 output, LoRaWAN® bridge certified for Class 1 Division 2 (pending) hazardous areas

# Hardware versions (optional)
hardwareVersions:
- version: '1.01'
numeric: 101
# Firmware versions (at least one is mandatory)
firmwareVersions:
- # Firmware version 1.00.00
version: '1.00.00'
numeric: 10000

# Supported hardware versions (optional)
hardwareVersions:
- '1.01'
# LoRaWAN Device Profiles per region
# Supported regions are EU863-870, US902-928, AU915-928, AS923, CN779-787, EU433, CN470-510, KR920-923, IN865-867,
# RU864-870
Expand Down

0 comments on commit 998fd56

Please sign in to comment.