Skip to content

Commit

Permalink
Update eedomus_plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
2bprog committed Jan 15, 2020
1 parent 75ce978 commit f44bafa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eedomus_plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"plugin_id": "bbdeconzcap",
"name_fr": "Capteurs - deConz",
"icon": "deconzcap.png",
"version": "0.0.1",
"version": "0.0.2",
"creation_date": "2019-12-23",
"modification_date": "2020-01-15",
"author": "Benjamin B.<br><a target='_blank' href='https://github.com/2bprog/eedomus-deconzact-plugin'>Sources sur github <img src='/img/external.png'></a>",
"author": "Benjamin B.<br><a target='_blank' href='https://github.com/2bprog/eedomus-deconzcap-plugin'>Sources sur github <img src='/img/external.png'></a>",
"description_fr": "<b>Création d'un périphérique deCONZ de type Capteur : </b><br><br>Température, Humidité, Pression, Luminosité,<br>Détection de mouvement, Détection d'ouverture,<br>Etat de la batterie, Etat de la communication,<br><br>deCONZ est l'application de dresden elektronik qui gère les clefs zigbee ConBee, ConBee II et RaspBee",
"description_en": "",
"description_es": "",
"description_it": "",
"description_de": "",
"forum_link": "",
"forum_link": "https://forum.eedomus.com/viewtopic.php?f=50&t=9238",
"parameters": [
{
"parameter": "DZCONFIG",
Expand All @@ -23,7 +23,7 @@
"parameter": "DZIP",
"description": "IP + Port du serveur ",
"xtype": "textfield",
"default_value2": "","default_value": "10.66.254.101:8090",
"default_value": "","default_value2": "10.66.254.101:8090",
"field": "style: 'padding: 3px;', width:130, allowBlank:false, maskRe:/[0-9.:]/, regex:/^(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])\\:([0-9]{2}[0-9]?[0-9]?)$/, regexText:'Adresse IP invalide [0-255].[0-255].[0-255]:[0-255]'"
},
{
Expand All @@ -36,7 +36,7 @@
"parameter": "DZAPIKEY",
"description": " ",
"xtype": "textfield",
"default_value2": "","default_value": "FB5A4E6BBF",
"default_value": "","default_value2": "FB5A4E6BBF",
"field": "style: 'padding: 3px; margin-bottom: 10px;', width:130, allowBlank: false , maxLength:40, minLength:10"
},

Expand Down

0 comments on commit f44bafa

Please sign in to comment.