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