Merge pull request #371 from charminULTRA/AML

Adds AmbientLightingModule to Admin.proto
This commit is contained in:
Ben Meadors 2023-07-31 18:26:14 -05:00 committed by GitHub
commit 8e7500278f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}