Skip to content

Commit

Permalink
Added "type" field to copy and paste feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Oct 14, 2024
1 parent 3abd0aa commit 2889a57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ export class LoraDevicesComponent {
this.pdevices[c].devEUI = cells[1];
this.pdevices[c].appEUI = cells[2];
this.pdevices[c].appKey = cells[3];
this.pdevices[c].type = cells[4];
if (lines.length - 1 > c - i) {
this.insertLine(c);
}
Expand Down

0 comments on commit 2889a57

Please sign in to comment.