mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-21 22:51:41 +01:00
86b5d0727c
* Rename calculate_crc16 to crc16 * Apply PEP-8 naming conventions * Remove unnecessary import * Accept any sequence type * Remove unnecessary conversions * Expose polynomial and initial value as kwargs * Remove unnecessary bitwise operations * Store the CRC-16 table for performance * Add missing type hints * Update docstring * General improvements |
||
---|---|---|
.. | ||
__init__.py | ||
alarm.py | ||
climate.py | ||
cover.py | ||
device.py | ||
exceptions.py | ||
helpers.py | ||
light.py | ||
protocol.py | ||
remote.py | ||
sensor.py | ||
switch.py |