Skip to content

Commit

Permalink
Reverted change:
Browse files Browse the repository at this point in the history
- before the start of each data collection period, the component resets the hci-interface
  • Loading branch information
Magalex2x14 committed Apr 13, 2020
1 parent 3ec0be0 commit cc63f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion custom_components/mitemp_bt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def run(self):
conn, btctrl = self._event_loop.run_until_complete(fac)
_LOGGER.debug("HCIdump thread: Connected")
btctrl.process = self.process_hci_events
btctrl.send_command(aiobs.HCI_Cmd_Reset())
btctrl.send_command(
aiobs.HCI_Cmd_LE_Set_Scan_Params(scan_type=self._active)
)
Expand Down
2 changes: 0 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

- `decimals: 1` by default (instead of `decimals: 2`)

- before the start of each data collection period, the component resets the hci-interface

- some multithreading optimizations

*For JQJCY01YM owners: since the formaldehyde sensor returns values ​​in the range from 0 to 1.5 mg / m3 with a resolution of 0.01, the number of decimal places for the formaldehyde sensor is forced to 3 (in case of enabled rounding).*
Expand Down

0 comments on commit cc63f51

Please sign in to comment.