support path_hash_mode

This commit is contained in:
Florent 2026-02-26 14:24:02 -04:00
parent 03c05d77a2
commit 26730d1efa
4 changed files with 12 additions and 3 deletions

View file

@ -71,6 +71,7 @@ class CommandType(Enum):
SET_AUTOADD_CONFIG = 58
GET_AUTOADD_CONFIG = 59
GET_ALLOWED_REPEAT_FREQ = 60
SET_PATH_HASH_MODE = 61
# Packet prefixes for the protocol
class PacketType(Enum):