【按钮增加灯状态】

This commit is contained in:
weizhihong 2023-10-18 10:11:23 +08:00
parent 7b83f10ef6
commit 291c568905

View File

@ -241,6 +241,7 @@ message ReplyState {
message ButtonState {
string id = 1;
bool down = 2;
Signal.Aspect aspect = 3; //
}
//