Skip to content

Commit

Permalink
Merge pull request #2 from peusebiu/add_apic
Browse files Browse the repository at this point in the history
Added APIC server in the accepted models list
  • Loading branch information
andaaron authored Nov 14, 2018
2 parents 6f70d4b + 0338148 commit 8158f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcsdk/imcsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def _validate_connection(self):
return False

def _validate_model(self, model):
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX"]
valid_model_prefixes = ["UCSC", "UCS-E", "UCSS", "HX", "APIC"]
valid_models = ["R460-4640810", "C260-BASE-2646"]

if model in valid_models:
Expand Down

0 comments on commit 8158f80

Please sign in to comment.