mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Update feature list
This commit is contained in:
parent
43ed6e7e0a
commit
cdb35ecade
@ -759,7 +759,9 @@ void ResponseAppendFeatures(void)
|
|||||||
#ifdef USE_WIFI_RANGE_EXTENDER
|
#ifdef USE_WIFI_RANGE_EXTENDER
|
||||||
feature8 |= 0x00000400; // xdrv_58_range_extender.ino
|
feature8 |= 0x00000400; // xdrv_58_range_extender.ino
|
||||||
#endif
|
#endif
|
||||||
// feature8 |= 0x00000800;
|
#ifdef USE_INFLUXDB
|
||||||
|
feature8 |= 0x00000800; // xsns_90_influxdb.ino
|
||||||
|
#endif
|
||||||
|
|
||||||
// feature8 |= 0x00001000;
|
// feature8 |= 0x00001000;
|
||||||
// feature8 |= 0x00002000;
|
// feature8 |= 0x00002000;
|
||||||
|
@ -255,7 +255,7 @@ a_features = [[
|
|||||||
],[
|
],[
|
||||||
"USE_MPU_ACCEL","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
|
"USE_MPU_ACCEL","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
|
||||||
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","USE_T67XX",
|
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","USE_T67XX",
|
||||||
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","",
|
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","USE_INFLUXDB",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
@ -288,7 +288,7 @@ else:
|
|||||||
obj = json.load(fp)
|
obj = json.load(fp)
|
||||||
|
|
||||||
def StartDecode():
|
def StartDecode():
|
||||||
print ("\n*** decode-status.py v20210802 by Theo Arends and Jacek Ziolkowski ***")
|
print ("\n*** decode-status.py v20210812 by Theo Arends and Jacek Ziolkowski ***")
|
||||||
|
|
||||||
# print("Decoding\n{}".format(obj))
|
# print("Decoding\n{}".format(obj))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user