diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 191707c2..b71588e5 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -109,6 +109,11 @@ message AdminMessage { * TODO: REPLACE */ REMOTEHARDWARE_CONFIG = 8; + + /* + * TODO: REPLACE + */ + AMBIENTLIGHTING_CONFIG = 10; } /* @@ -325,4 +330,4 @@ message NodeRemoteHardwarePinsResponse { * Nodes and their respective remote hardware GPIO pins */ repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1; -} +} \ No newline at end of file