mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-07 05:57:41 +00:00
Update VodafoneDE.js
This commit is contained in:
parent
e8e9e6715d
commit
ebff7d5703
1 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,11 @@
|
||||||
// icon-color: red; icon-glyph: broadcast-tower;
|
// icon-color: red; icon-glyph: broadcast-tower;
|
||||||
|
|
||||||
/**************
|
/**************
|
||||||
Version 1.1.0
|
Version 1.1.1
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
|
v1.1.1:
|
||||||
|
- new CallYa Tariff added: C_DIY_Data_National
|
||||||
v1.1.0:
|
v1.1.0:
|
||||||
- Login via MeinVodafone Login added
|
- Login via MeinVodafone Login added
|
||||||
- Show Remaining Days
|
- Show Remaining Days
|
||||||
|
@ -37,7 +39,7 @@ const password = "";
|
||||||
const phonenumber = ""; // with leading 49 instead of 0. Example: 4917212345678
|
const phonenumber = ""; // with leading 49 instead of 0. Example: 4917212345678
|
||||||
|
|
||||||
// Please add additional values to these list, in case that your contract/tarif isn't supported by these default values.
|
// Please add additional values to these list, in case that your contract/tarif isn't supported by these default values.
|
||||||
const containerList = ['Daten', 'D_EU_DATA']
|
const containerList = ['Daten', 'D_EU_DATA', 'C_DIY_Data_National']
|
||||||
const codeList = ['-1', '45500']
|
const codeList = ['-1', '45500']
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue