Added missing control message types

This commit is contained in:
Kylie Smith 2023-10-10 10:02:24 +10:00 committed by rdb
parent f7718b466b
commit e55bb94996

View File

@ -42,6 +42,9 @@ CONTROL_ADD_RANGE = 9002
CONTROL_REMOVE_RANGE = 9003
CONTROL_ADD_POST_REMOVE = 9010
CONTROL_CLEAR_POST_REMOVES = 9011
CONTROL_SET_CON_NAME = 9012
CONTROL_SET_CON_URL = 9013
CONTROL_LOG_MESSAGE = 9014
# State Server control messages:
STATESERVER_CREATE_OBJECT_WITH_REQUIRED = 2000