Phue\Command\UpdateSensorConfig::send PHP Method

send() public method

Send command
public send ( Client $client )
$client Phue\Client Phue Client
    public function send(Client $client)
    {
        $client->getTransport()->sendRequest("/api/{$client->getUsername()}/sensors/{$this->sensorId}/config", TransportInterface::METHOD_PUT, (object) $this->config);
    }