Expand description
BLE command constants for Aranet devices.
This module contains the command bytes used in the Aranet BLE protocol.
Constantsยง
- HISTORY_
V1_ REQUEST - History V1 request command (notification-based protocol).
Format:
[HISTORY_V1_REQUEST, param, start_lo, start_hi, count_lo, count_hi] - HISTORY_
V2_ REQUEST - History V2 request command (read-based protocol).
Format:
[HISTORY_V2_REQUEST, param, start_lo, start_hi] - SET_
BLUETOOTH_ RANGE - Set Bluetooth range command.
Format:
[SET_BLUETOOTH_RANGE, range]range: 0x00 = standard, 0x01 = extended - SET_
INTERVAL - Set measurement interval command.
Format:
[SET_INTERVAL, minutes]Valid minutes: 1, 2, 5, 10 - SET_
SMART_ HOME - Enable/disable Smart Home integration command.
Format:
[SET_SMART_HOME, enabled]enabled: 0x00 = disabled, 0x01 = enabled