Changeset 33
- Timestamp:
- 2014-11-09 14:29:26 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/D_Freebox.json ¶
r25 r33 145 145 }, 146 146 "Display": { 147 "Top": 3 8,147 "Top": 35, 148 148 "Left": 25, 149 149 "Width": 100, … … 191 191 }, 192 192 "Display": { 193 "Top": 6 6,193 "Top": 69, 194 194 "Left": 25, 195 195 "Width": 75, … … 202 202 "Service": "urn:freebox-fr:serviceId:Freebox1", 203 203 "Variable": "FrequenceMiseAJourReseau", 204 "Top": 6 6,204 "Top": 69, 205 205 "Left": 300, 206 206 "Width": 25, … … 215 215 }, 216 216 "Display": { 217 "Top": 6 6,217 "Top": 69, 218 218 "Left": 340, 219 219 "Width": 40, … … 262 262 }, 263 263 "Display": { 264 "Top": 9 6,264 "Top": 99, 265 265 "Left": 25, 266 266 "Width": 75, … … 273 273 "Service": "urn:freebox-fr:serviceId:Freebox1", 274 274 "Variable": "FrequenceMiseAJourAppels", 275 "Top": 9 6,275 "Top": 99, 276 276 "Left": 300, 277 277 "Width": 25, … … 286 286 }, 287 287 "Display": { 288 "Top": 9 6,288 "Top": 99, 289 289 "Left": 340, 290 290 "Width": 40, … … 333 333 }, 334 334 "Display": { 335 "Top": 12 6,335 "Top": 129, 336 336 "Left": 25, 337 337 "Width": 75, … … 344 344 "Service": "urn:freebox-fr:serviceId:Freebox1", 345 345 "Variable": "StatusConfigFreebox", 346 "Top": 12 6,346 "Top": 129, 347 347 "Left": 300, 348 348 "Width": 100, … … 375 375 }, 376 376 "Display": { 377 "Top": 15 6,377 "Top": 159, 378 378 "Left": 25, 379 379 "Width": 75, … … 430 430 }, 431 431 "Display": { 432 "Top": 15 6,432 "Top": 159, 433 433 "Left": 300, 434 434 "Width": 75, … … 485 485 }, 486 486 "Display": { 487 "Top": 18 6,487 "Top": 189, 488 488 "Left": 25, 489 489 "Width": 75, … … 540 540 }, 541 541 "Display": { 542 "Top": 18 6,542 "Top": 189, 543 543 "Left": 300, 544 544 "Width": 75, … … 595 595 }, 596 596 "Display": { 597 "Top": 21 6,597 "Top": 219, 598 598 "Left": 25, 599 599 "Width": 75, … … 650 650 }, 651 651 "Display": { 652 "Top": 24 6,652 "Top": 249, 653 653 "Left": 25, 654 654 "Width": 75, … … 708 708 }, 709 709 "Display": { 710 "Top": 27 6,710 "Top": 279, 711 711 "Left": 25, 712 712 "Width": 75, … … 746 746 }, 747 747 "Display": { 748 "Top": 27 6,748 "Top": 279, 749 749 "Left": 300, 750 750 "Width": 75, … … 944 944 }, 945 945 "name": "EtatConnexion", 946 "comparisson": "=", 947 "prefix": "Etat de la connexion", 948 "suffix": "" 949 } 950 } 951 }, 952 "event_7": { 953 "label": "Etat de la connexion Wifi", 954 "serviceId": "urn:freebox-fr:serviceId:Freebox1", 955 "argumentList" : { 956 "argument_1" : { 957 "dataType": "string", 958 "defaultValue": "0", 959 "allowedValueList" : { 960 "Enabled": "1", 961 "Disabled": "0" 962 }, 963 "name": "WifiActif", 946 964 "comparisson": "=", 947 965 "prefix": "Etat de la connexion", … … 1141 1159 } 1142 1160 ] 1161 }, 1162 { 1163 "id": 7, 1164 "label": { 1165 "lang_tag": "state_wifi", 1166 "text": "Etat de la connexion Wifi" 1167 }, 1168 "serviceId": "urn:freebox-fr:serviceId:Freebox1", 1169 "argumentList": [ 1170 { 1171 "id": 1, 1172 "dataType": "string", 1173 "defaultValue": "0", 1174 "allowedValueList": [ 1175 { 1176 "Enabled": "1", 1177 "HumanFriendlyText": { 1178 "lang_tag": "enabled", 1179 "text": "Active" 1180 } 1181 }, 1182 { 1183 "Disabled": "0", 1184 "HumanFriendlyText": { 1185 "lang_tag": "disabled", 1186 "text": "Desactive" 1187 } 1188 } 1189 ], 1190 "name": "WifiActif", 1191 "comparisson": "=", 1192 "prefix": { 1193 "lang_tag": "state_value", 1194 "text": "Etat de la connexion" 1195 }, 1196 "suffix": {} 1197 } 1198 ] 1143 1199 } 1144 1200 ]
Note: See TracChangeset
for help on using the changeset viewer.