Пример #1
0
        async Task <bool> SetupNodeApi()
        {
            nodeApi = new NodeApi();
            Devices = await nodeApi.GetDevices().ConfigureAwait(false) ?? new List <NodeDevice> ();

            await AddDevices(Devices);

            return(true);
        }