mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
doc update
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
jc changelog
|
jc changelog
|
||||||
|
|
||||||
20240422 v1.25.3
|
20240422 v1.25.3
|
||||||
|
- Add `battery_percentage` field to `bluetoothctl` parser output
|
||||||
- Documentation updates
|
- Documentation updates
|
||||||
|
|
||||||
20240323 v1.25.2
|
20240323 v1.25.2
|
||||||
|
@ -70,7 +70,8 @@ a controller and a device but there might be fields corresponding to one entity.
|
|||||||
"rssi": int,
|
"rssi": int,
|
||||||
"txpower": int,
|
"txpower": int,
|
||||||
"uuids": array,
|
"uuids": array,
|
||||||
"modalias": string
|
"modalias": string,
|
||||||
|
"battery_percentage": int
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -101,7 +102,8 @@ Examples:
|
|||||||
"Headset HS (00001831-0000-1000-8000-00805f9b34fb)"
|
"Headset HS (00001831-0000-1000-8000-00805f9b34fb)"
|
||||||
],
|
],
|
||||||
"rssi": -52,
|
"rssi": -52,
|
||||||
"txpower": 4
|
"txpower": 4,
|
||||||
|
"battery_percentage": 70
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -132,4 +134,4 @@ Compatibility: linux
|
|||||||
|
|
||||||
Source: [`jc/parsers/bluetoothctl.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/bluetoothctl.py)
|
Source: [`jc/parsers/bluetoothctl.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/bluetoothctl.py)
|
||||||
|
|
||||||
Version 1.1 by Jake Ob (iakopap at gmail.com)
|
Version 1.2 by Jake Ob (iakopap at gmail.com)
|
||||||
|
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2024-04-22 1.25.3 "JSON Convert"
|
.TH jc 1 2024-04-28 1.25.3 "JSON Convert"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
\fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types,
|
||||||
and strings
|
and strings
|
||||||
|
Reference in New Issue
Block a user