March 2018
Beginner to intermediate
410 pages
10h 40m
English
We do an identical test for the actuator. If we haven't been able to configure the actuator for a day, we assume the connection is no longer valid, so we invalidate it. The local Search variable is used to signal if we need a reconfiguration. If that is the case, we just re-register the controller with the thing registry again. That process will, in turn, trigger a new search, and find new devices:
if (Search)
Task.Run(this.RegisterDevice);
}
Read now
Unlock full access