diff --git a/telldus-core/client/Client.cpp b/telldus-core/client/Client.cpp index 34c79968..3377fc86 100644 --- a/telldus-core/client/Client.cpp +++ b/telldus-core/client/Client.cpp @@ -51,6 +51,7 @@ Client::Client() d->lastCallbackId = 0; d->running = true; d->sensorCached = false; + d->controllerCached = false; start(); }