ulrich
2018-02-25 a0ec7b1043129c09ad1ed6050c8fc8bbf05488fd
commit | author | age
9c2c3c 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",
16         "abspielerurl": "http://raspi-wz:8080/pirc",
17         "abspielertyp":"pirc",
18         "abspielerbild": "",
19         "abspielerzustand":""
20       },
21       {
22         "abspielerid": 3,
23         "abspielername": "Raspberry Pi Arbeitszimmer",
24         "abspielerurl": "http://raspi-az:8080/pirc",
25         "abspielertyp":"pirc",
26         "abspielerbild": "",
27         "abspielerzustand":"selected"
28       }
29     ]
30   }
31 }