Skip to content

Commit

Permalink
Added Inventus battery.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaltovski committed Oct 2, 2024
1 parent e08cf33 commit 9310b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clearpath_config/platform/battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class BatteryConfig(BaseConfig):
NEC_ALM12V35 = "NEC_ALM12V35"
VALENCE_U24_12XP = "VALENCE_U24_12XP"
VALENCE_U27_12XP = "VALENCE_U27_12XP"
INVENTUS_S_24V20_U1 = "S_24V20_U1"

# Configurations
CONFIGURATION = "configuration"
Expand All @@ -68,7 +69,8 @@ class BatteryConfig(BaseConfig):

VALID = {
Platform.GENERIC: {
UNKNOWN: [UNKNOWN]
UNKNOWN: [UNKNOWN],
INVENTUS_S_24V20_U1: [S2P1],
},
Platform.A200: {
ES20_12C: [S2P1],
Expand Down

0 comments on commit 9310b9b

Please sign in to comment.