Phue\SoftwareUpdate::installUpdates PHP Method

installUpdates() public method

Install updates
public installUpdates ( ) : self
return self This object
    public function installUpdates()
    {
        $this->client->sendCommand(new SetBridgeConfig(array('swupdate' => array('updatestate' => self::STATE_INSTALLING))));
        $this->attributes->updatestate = self::STATE_INSTALLING;
        return $this;
    }