Esempio n. 1
0
        /// <summary>
        /// Invoked when application execution is being resumed.
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private async void OnResuming(object sender, object e)
        {
            Log.Information("App resumed.");

            await EM300LRHub.Connect();

            await ETAPU11Hub.Connect();

            await FroniusHub.Connect();

            await HomeDataHub.Connect();

            await KWLEC200Hub.Connect();

            await NetatmoHub.Connect();

            await WallboxHub.Connect();

            await ZipatoHub.Connect();
        }