Reworked config
This commit is contained in:
65
config/zt5b.json
Normal file
65
config/zt5b.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "ZOYI ZT-5B",
|
||||
"model": "ZT-5B",
|
||||
"manufacturer": "ZOYI",
|
||||
"chipset": "BEKEN",
|
||||
"mac_prefix": "9c:0c:35",
|
||||
"log_level": "debug",
|
||||
"gatt": {
|
||||
"notify_char_uuid": "0000fff4-0000-1000-8000-00805f9b34fb",
|
||||
"measure_service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
"write_service_uuid": "f000ffc0-0451-4000-b000-000000000000",
|
||||
"write_char_1_uuid": "f000ffc1-0451-4000-b000-000000000000",
|
||||
"write_char_2_uuid": "f000ffc2-0451-4000-b000-000000000000"
|
||||
},
|
||||
"xorkey": "41217355a2c1327166aa3bd0e2a833142021aabb",
|
||||
"modes": {
|
||||
"1b8471b58ca217f666aa": "Auto",
|
||||
"1b84715d52aa33f144aa": "Diode",
|
||||
"1b8471b5592ad9fa77aa": "Farads",
|
||||
"1b8471b5592ad9fa668a": "Frequency",
|
||||
"1b847155a2619ffc662a": "Temp (C)",
|
||||
"1b847155a24138fb66ea": "Temp (F)",
|
||||
"1b847155422436f166aa": "EF",
|
||||
"1b8471b78ca217f666aa": "Hold"
|
||||
},
|
||||
"digit_table": {
|
||||
"1111101": 0, "0000101": 1, "1011011": 2, "0011111": 3,
|
||||
"0100111": 4, "0111110": 5, "1111110": 6, "0010101": 7,
|
||||
"1111111": 8, "0111111": 9, "1110111": "A", "1001100": "u",
|
||||
"1101010": "t", "1001110": "o", "1101000": "L", "1111010": "E",
|
||||
"1110010": "F", "0000000": " ", "0000010": "-"
|
||||
},
|
||||
"icon_regions": {
|
||||
"default": { "bits": [24, 28, 60, 87], "icon_table": "11" },
|
||||
"frequency": { "bits": [24, 28, 60, 87], "icon_table": "freq" },
|
||||
"temp (c)": { "bits": [24, 28, 60, 87], "icon_table": "tmpc" }
|
||||
},
|
||||
"icon_tables": {
|
||||
"11": [
|
||||
"LowBattery","Delta","BT","BUZ","HOLD","ºF","ºC","DIODE",
|
||||
"MAX","MIN","%","AC","F","u(F)","m(F)","n(F)","Hz",
|
||||
"ohm","K(ohm)","M(ohm)","V","m(V)","DC","A","AUTO",
|
||||
"?7","u(A)","m(A)","?8","?9","?10","?11"
|
||||
],
|
||||
"freq": [
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Hz",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", ""
|
||||
],
|
||||
"tmpc": [
|
||||
"", "", "", "", "", "", "ºC", "", "", "", "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "", "", "", "", "", "", "", "", ""
|
||||
]
|
||||
},
|
||||
"units": {
|
||||
"frequency": "Hz",
|
||||
"auto": "",
|
||||
"diode": "",
|
||||
"farads": "F",
|
||||
"temp (c)": "°C",
|
||||
"temp (f)": "°F",
|
||||
"ef": "",
|
||||
"hold": ""
|
||||
},
|
||||
"notes": "Log level, mode and keys use lower case. Adjust log_level to info/warning/debug as desired."
|
||||
}
|
||||
Reference in New Issue
Block a user