mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
56 lines
845 B
JSON
56 lines
845 B
JSON
{
|
|
"module": {
|
|
"bb_current": {
|
|
"sys_path": "/home/oc/sys/bb_sensor",
|
|
"get_vars": {
|
|
"bb_shunt_voltage": {
|
|
"unit": "mV"
|
|
},
|
|
|
|
"bb_bus_voltage": {
|
|
"unit": "mV"
|
|
},
|
|
"bb_current": {
|
|
"unit": "mA"
|
|
},
|
|
"bb_power": {
|
|
"unit": "mW"
|
|
}
|
|
},
|
|
"set_vars": null
|
|
|
|
},
|
|
"bb_temp": {
|
|
"sys_path": "/home/oc/sys/bb_temp",
|
|
"get_vars": {
|
|
"bb_input_temp": {
|
|
"unit": "Celcius"
|
|
},
|
|
|
|
"bb_max_temp": {
|
|
"unit": "Celcius"
|
|
},
|
|
"bb_max_hyst": {
|
|
"unit": "Celcius"
|
|
}
|
|
|
|
},
|
|
"set_vars": {
|
|
"bb_max_temp": {
|
|
"max_val": 125,
|
|
"min_val": -25,
|
|
"unit": "Celcius"
|
|
},
|
|
"bb_max_hyst": {
|
|
"max_val": 125,
|
|
"min_val": -25,
|
|
"unit": "Celcius"
|
|
}
|
|
}
|
|
},
|
|
"help": "./occmd.py <module_name> <get/set> <param> <value>",
|
|
"version": "0.1"
|
|
}
|
|
|
|
}
|