diff --git a/desktop/css/meross.css b/desktop/css/meross.css index 60d2582..62f6b27 100644 --- a/desktop/css/meross.css +++ b/desktop/css/meross.css @@ -3,10 +3,27 @@ height: auto; } -.eqlogic-box-title { +.eqlogicBoxTitle { margin-top: 5px; margin-bottom: 5px; font-size: 25px; font-weight: 300; - color: white + color: white; +} + +.eqlogicConfigBtn { + text-align: center; + background-color : #ffffff; + color:#767676; + height : 130px; + width : 150px; + font-size : 5em; + display: block; +} + +.eqlogicConfigBtnTitle { + font-size : 0.2em; + word-break : break-all; + white-space : pre-wrap; + word-wrap : break-word; } diff --git a/desktop/js/meross.js b/desktop/js/meross.js index 51c745d..0c2dcdb 100755 --- a/desktop/js/meross.js +++ b/desktop/js/meross.js @@ -60,6 +60,10 @@ $('.eqLogicAction[data-action=sync]').on('click', function () { }); }); +$("#bt_displayListEqlogiq").on('click', function () { + $('#ListEqlogiq').toggle(); +}); + /* * Fonction pour l'ajout de commande, appellé automatiquement par plugin.Meross */ @@ -121,7 +125,7 @@ function addCmdToTable(_cmd) { tr += ''; if (is_numeric(_cmd.id)) { tr += ' '; - tr += ' {{Tester}}'; + tr += '  {{Tester}}'; } tr += ''; $('#table_cmd tbody').append(tr); diff --git a/desktop/php/meross.php b/desktop/php/meross.php index 19eb902..7a49360 100755 --- a/desktop/php/meross.php +++ b/desktop/php/meross.php @@ -25,46 +25,29 @@ ?>
-
-
- -
-
- -
- {{Gestion}} -
-
- -
- {{ Synchroniser }} +
+   {{Gestion}} +
+
+
+
{{ Synchroniser }}
-
- -
- {{ Configuration }} +
+
+
{{ Configuration }}
-
- -
- {{ Santé }} +
+
+
{{ Santé }}
-
- - {{Mes Meross}} +   {{Mes Meross}}
+
+
+ +
getIsEnable()) ? '' : jeedom::getConfiguration('eqLogic:style:noactive'); @@ -82,11 +65,32 @@
-
diff --git a/plugin_info/configuration.php b/plugin_info/configuration.php index 9c48a52..7436ef0 100644 --- a/plugin_info/configuration.php +++ b/plugin_info/configuration.php @@ -29,16 +29,14 @@ ?> -
-
-
- -
- - -
-
+
+ {{Connexion au Cloud Meross}} +
+
+ +
+ +

@@ -53,5 +51,9 @@
-
- \ No newline at end of file + +
+
+ + +