Module commands

Source
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