| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "def_cfg":{
- "ble_mac": "E0:C2:39:D6:16:6C",
- "ble_mac2": "E9:8B:FC:41:3F:CF",
- "ble_mac3": "DB:57:46:A6:14:22",
- "heart_beat_sel": 1,
- "input_interval": 5,
- "heart_beat_interval": 25,
- "notif_char": "0000ffe2-0000-1000-8000-00805f9b34fb",
- "write_char": "0000ffe1-0000-1000-8000-00805f9b34fb",
- "ble_mtu": 0,
- "ble_send_wait": 1.5,
- "head_send": "YL<",
- "head_recv": "YL>",
- "checknum_type": "sum16",
- "checknum_type1": "crc16",
- "aes_cbc_enbable": false,
- "aes_cbc_key_send": "",
- "aes_cbc_key_recv": "",
- "recv_detail_print": false,
- "recv_soc_data_print": true,
- "recv_analysis_data_print": false,
- "auto_send_GetConfigurationNumber": true
- },
- "cmd_list":
- [
- [
- "hex:00",
- "",
- "heart_beat_sel"
- ],
- [
- "hex:01",
- "",
- "get_soft_version"
- ],
- [
- "hex:04",
- "",
- "get_work_status"
- ],
- [
- "hex:05",
- "",
- "get_fire_version"
- ],
- [
- "hex:06",
- "",
- "get_fault_status"
- ],
- [
- "hex:07",
- "",
- "get_humidity"
- ],
- [
- "hex:08",
- "",
- "get_temperature"
- ],
- [
- "hex:09",
- "hex:00",
- "get_photosen"
- ],
- [
- "hex:80",
- "",
- "TestSet"
- ],
- [
- "hex:81",
- "str:wifi_ssid=WIFI24,wifi_pass=12345678,mqtt_host=qq.com,mqtt_port=1883,mqtt_user=user,mqtt_pass=123456,",
- "set_config"
- ],
- [
- "hex:83",
- "hex:00b4",
- "set_100m_time"
- ],
- [
- "hex:84",
- "hex:000a",
- "set_standing_time"
- ],
- [
- "hex:85",
- "hex:0258",
- "set_interval_time"
- ],
- [
- "hex:86",
- "hex:00 0190 012c 00c8 0064",
- "set_photosen"
- ],
- [
- "hex:87",
- "hex:18 0a 01 00 00 00",
- "set_time"
- ],
- [
- "hex:88",
- "",
- "set_reset"
- ]
- ]
- }
|