Google Smart Home - copy paste error

Hello,

En beta, fichier plugins/gsh/core/class/gsh_Rotation.class.php Ligne 112

        if($this->getUnite() == '%'){

à remplacer par :

        if($cmd->getUnite() == '%'){

car $this dans une methode statique ne fonctionne pas

1 « J'aime »