mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #371 from charminULTRA/AML
Adds AmbientLightingModule to Admin.proto
This commit is contained in:
commit
8e7500278f
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue