add ability get LDR value from other usermods (#2408)
This commit is contained in:
parent
d3f35955d6
commit
7d5e2466f0
@ -123,6 +123,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
uint16_t getLastLDRValue()
|
||||
{
|
||||
return lastLDRValue;
|
||||
}
|
||||
|
||||
void addToJsonInfo(JsonObject &root)
|
||||
{
|
||||
JsonObject user = root[F("u")];
|
||||
|
Loading…
Reference in New Issue
Block a user