Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreag00 authored Oct 25, 2022
1 parent 376ab8d commit 693cfaa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Scriptable-JS/lteitaly-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (statusCode == 200) {
Name = decodeHTMLEntities(Name);

let associateIndex = ["- AAU mmWave","- TDD Sub-6GHz","- FDD","- DSS","- Altro"];
let associateDigit = ["No","","Passivo","Intersite","Autorizzato","Ignoto"];
let associateDigit = ["No","","Passivo","Intersite","-","Ignoto"];
let NR_Info = [...json[3]].map((it, index) => [associateIndex[index], associateDigit[it]]).filter(it => it[1] !== 'No').map(it => it.join(" ")).join("\n")

return{Name,LTE_Bands,NR_Bands,NR_Info};
Expand Down
Binary file modified ShorteNB.shortcut
Binary file not shown.
4 changes: 1 addition & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Aggiunto supporto ai CID della B28 Vodafone, corretto un bug col RAN Sharing di iliad.

Se usate lo Shortcut per iliad cancellate il file "settings.json" nella cartella "ShorteNB" su iCloud Drive e rieseguite il primo setup.
Corretto un errore con l'apertura della mappa nella posizione dell'utente e cambiata un'azione nel primo setup
2 changes: 1 addition & 1 deletion link
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://www.icloud.com/shortcuts/98d686ed558e4a19a6b7e2f43a3d6414
https://www.icloud.com/shortcuts/57f84c0bf3bc457ebfa948a70e6b6f88
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit 693cfaa

Please sign in to comment.