syncing with upstream

This commit is contained in:
Senad Uka
2018-01-15 13:31:00 +01:00
parent bc646b86c2
commit fe35b0aa91
24 changed files with 325 additions and 149 deletions

View File

@@ -5,6 +5,7 @@ from helix.constants.global_constants import system_force_capacity
class AnchorType(Enum):
# These values are being used by Salesforce integration, do not change it
OMG_PowerGrip = 'OMG PowerGrip'
OMG_PowerGrip_Plus = 'OMG PowerGrip Plus'
EcoFasten = 'EcoFasten Eco 65'

View File

@@ -8,4 +8,4 @@ system_force_capacity = 418.
minimum_racking_capacity = 226
max_corner_angle = 135
max_corner_angle = 135

View File

@@ -2,6 +2,7 @@ from enum import Enum
class ModuleType(Enum):
# These values are being used by Salesforce integration, do not change it
Cell96 = '96 Cell'
Cell128 = '128 Cell'
PSeries = 'P-Series'