Fixed
- RESTFul / MQTT data not updating after plugin restart:
externalIntegrations()was returning beforeapp.listen()had finished binding the port, sorestFulConnected/mqttConnectedwere stillfalsewhen the first data events arrived; both integrations are now awaited viaPromisethat resolves on theconnectedevent (5 s timeout for RESTFul, 10 s for MQTT)
Full Changelog: v10.6.11...v10.6.12