Home | History | Annotate | Download | only in light

Lines Matching refs:Command

172 // LightHandler is a command handler example that shows
199 void OnBrightnessSetConfig(const std::weak_ptr<weave::Command>& command) {
200 auto cmd = command.lock();
203 LOG(INFO) << "received command: " << cmd->GetName();
207 // Display this command in terminal.
223 void OnOnOffSetConfig(const std::weak_ptr<weave::Command>& command) {
224 auto cmd = command.lock();
227 LOG(INFO) << "received command: " << cmd->GetName();
249 void OnColorXYSetConfig(const std::weak_ptr<weave::Command>& command) {
250 auto cmd = command.lock();
253 LOG(INFO) << "received command: " << cmd->GetName();