Merge remote-tracking branch 'origin/master'

This commit is contained in:
tiger_zhou 2024-07-04 17:27:02 +08:00
commit 6cdf88a92d

View File

@ -51,7 +51,8 @@ message TccLight {
graphicData.CommonInfo common = 1; graphicData.CommonInfo common = 1;
string code = 2; string code = 2;
TccElementColor lightColor = 3; TccElementColor lightColor = 3;
bool activeLevel = 4; bool activeLevel = 4;//
bool initialState = 5;//
} }
enum TccElementColor { enum TccElementColor {