mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
Update VodafoneDE.js
This commit is contained in:
parent
0ebb2c836c
commit
a0f468b696
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.2.0
|
Version 1.2.1
|
||||||
|
|
||||||
Changelog:
|
Changelog:
|
||||||
|
v1.2.1:
|
||||||
|
- Code '40100' added for CallYa Tariff
|
||||||
v1.2.0:
|
v1.2.0:
|
||||||
- Option to set colors by widget parameters removed
|
- Option to set colors by widget parameters removed
|
||||||
- Option to set MeinVodafone credentails via widget parameters added
|
- Option to set MeinVodafone credentails via widget parameters added
|
||||||
|
@ -37,7 +39,7 @@ let cacheMinutes = 60;
|
||||||
|
|
||||||
// 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', 'C_DIY_Data_National']
|
const containerList = ['Daten', 'D_EU_DATA', 'C_DIY_Data_National']
|
||||||
const codeList = ['-1', '45500']
|
const codeList = ['-1', '45500', '40100']
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
let backColor; //Widget background color
|
let backColor; //Widget background color
|
||||||
|
|
Loading…
Add table
Reference in a new issue