Skip to content

Commit

Permalink
Import: update AFDC mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Oct 23, 2023
1 parent 364afd0 commit e03bfda
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Import/OCM.Import.Common/Providers/ImportProvider_AFDC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ public ImportProvider_AFDC(string apiKey)
case "powerflex":
cp.OperatorID = 3618;
break;
case "semacharge":
cp.OperatorID = 39;
case "semacharge": // now Blink
cp.OperatorID = 9;
break;
case "ampup":
cp.OperatorID = 3619;
Expand Down Expand Up @@ -174,6 +174,18 @@ public ImportProvider_AFDC(string apiKey)
case "7charge":
cp.OperatorID = 3697;
break;
case "wave":
cp.OperatorID = 3724;
break;
case "flash":
cp.OperatorID = 3723;
break;
case "evmatch":
cp.OperatorID = 3725;
break;
case "circle_k":
cp.OperatorID = 3510;
break;
default:
this.Log("Unknown network operator:" + deviceController);
break;
Expand Down

0 comments on commit e03bfda

Please sign in to comment.