We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a35e9e commit cba5922Copy full SHA for cba5922
src/bluetooth/mlm2pro_device.py
@@ -252,7 +252,6 @@ def _heartbeat(self) -> None:
252
logging.debug(f'Heartbeat not received for {MLM2PRODevice.MLM2PRO_HEARTBEAT_INTERVAL} seconds, resubscribing...')
253
self._set_next_expected_heartbeat()
254
self._primary_service.write_characteristic(MLM2PRODevice.HEARTBEAT_CHARACTERISTIC_UUID, bytearray([0x01]))
255
- self.__token_expiry_date_state(self._settings.web_api['token_expiry'])
256
257
def __send_initial_params(self, data: bytearray) -> None:
258
byte_array = data[2:]
0 commit comments