Phue\Command\SetGroupAttributes::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()}/groups/{$this->groupId}", TransportInterface::METHOD_PUT, (object) $this->attributes);
    }