##// END OF EJS Templates
Update models.py Pedestal (reset_device)
Update models.py Pedestal (reset_device)

File last commit:

r372:05c8f950473a
r395:cca183391e32
Show More
main.json
67 lines | 1.4 KiB | application/json | JsonLexer
[{
"model": "main.devicetype",
"pk": 1,
"fields": { "name": "pedestal", "sequence": 4, "description": "" }
},
{
"model": "main.devicetype",
"pk": 2,
"fields": { "name": "generator", "sequence": 3, "description": "" }
},
{
"model": "main.devicetype",
"pk": 3,
"fields": { "name": "usrp_rx", "sequence": 1, "description": "" }
},
{
"model": "main.devicetype",
"pk": 4,
"fields": { "name": "usrp_tx", "sequence": 2, "description": "" }
},
{
"model": "main.device",
"pk": 1,
"fields": {
"device_type": 1,
"ip_address": "0.0.0.0",
"port_address": 2000,
"description": "",
"status": 4,
"conf_active": 0
}
},
{
"model": "main.device",
"pk": 2,
"fields": {
"device_type": 2,
"ip_address": "0.0.0.0",
"port_address": 2000,
"description": "",
"status": 4,
"conf_active": 0
}
},
{
"model": "main.device",
"pk": 3,
"fields": {
"device_type": 3,
"ip_address": "0.0.0.0",
"port_address": 2000,
"description": "",
"status": 4,
"conf_active": 0
}
},
{
"model": "main.device",
"pk": 4,
"fields": {
"device_type": 4,
"ip_address": "0.0.0.0",
"port_address": 2000,
"description": "",
"status": 4,
"conf_active": 0
}
}]