mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Add I2CDriver output to status 4
This commit is contained in:
parent
f574273bf9
commit
a97f0349d8
@ -794,6 +794,8 @@ void CmndStatus(void)
|
||||
XsnsDriverState();
|
||||
ResponseAppend_P(PSTR(",\"Sensors\":"));
|
||||
XsnsSensorState(0);
|
||||
ResponseAppend_P(PSTR(",\"" D_CMND_I2CDRIVER "\":"));
|
||||
I2cDriverState();
|
||||
ResponseJsonEndEnd();
|
||||
CmndStatusResponse(4);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user