Phue\SoftwareUpdate::checkForUpdate PHP Method

checkForUpdate() public method

Check for update
public checkForUpdate ( ) : self
return self This object
    public function checkForUpdate()
    {
        $this->client->sendCommand(new SetBridgeConfig(array('swupdate' => array('checkforupdate' => true))));
        $this->attributes->checkforupdate = true;
        return $this;
    }