Bedienoberfläche für Webradio
..
ulrich
2018-01-26 98c715874527ef6c96b346da180e7fb323c20148
commit | author | age
576085 1 {
U 2   "abspielerliste": {
3     "titel": "Abspielerliste",
4     "inhalt":  [
5       {
6         "abspielerid": 1,
7         "abspielername": "dieses Gerät",
8         "abspielerurl": "",
9         "abspielertyp":"lokal",
10         "abspielerbild": "",
11         "abspielerzustand":""
12       },
13       {
14         "abspielerid": 2,
15         "abspielername": "Raspberry Pi Wohnzimmer",
abef80 16         "abspielerurl": "http://raspi-wz:8080/pirc",
576085 17         "abspielertyp":"pirc",
U 18         "abspielerbild": "",
abef80 19         "abspielerzustand":""
576085 20       },
U 21       {
22         "abspielerid": 3,
23         "abspielername": "Raspberry Pi Arbeitszimmer",
abef80 24         "abspielerurl": "http://raspi-az:8080/pirc",
576085 25         "abspielertyp":"pirc",
U 26         "abspielerbild": "",
abef80 27         "abspielerzustand":"selected"
576085 28       }
U 29     ]
30   }
31 }