diff --git a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino index 561733fec09d..4562b6d59ae2 100755 --- a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino @@ -13113,6 +13113,10 @@ bool Xdrv10(uint32_t function) case FUNC_NETWORK_UP: break; + + case FUNC_ACTIVE: + result = true; + break; } return result; }