Files
OpenCellular/testing/SYS-DVT/data.json
2019-01-12 12:13:02 +05:30

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"
}
}