Skip to content

Commit

Permalink
add Swipe version
Browse files Browse the repository at this point in the history
  • Loading branch information
nechry committed Jul 18, 2017
1 parent b4d3166 commit 1029e8a
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions core/config/devices/fibaro_271/271.3329.8192_fggc001.swipe.json
@@ -0,0 +1,97 @@
{
"name": "FGGC-001 Swipe",
"type": "Contrôleur gestuel",
"comlink": "3423-fibaro-controleur-gestuel-z-wave-swipe-blanc-fggc-001-5902020528821",
"remark": "",
"imglink": "fibaro.fggc001",
"configuration": {
"battery_type": "4x1.5V AA"
},
"commands": [
{
"name": "Scene",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 91,
"value": "",
"index": 128,
"instance": 1,
"repeatEventManagement": "always"
},
"subtype": "numeric",
"display": {
"generic_type": "DONT"
},
"unite": "",
"template": {
"dashboard": "badge",
"mobile": "badge"
}
},
{
"name": "SceneID",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 91,
"value": "",
"index": 2,
"instance": 1,
"repeatEventManagement": "always"
},
"subtype": "numeric",
"display": {
"generic_type": "DONT"
},
"unite": "",
"template": {
"dashboard": "badge",
"mobile": "badge"
}
},
{
"name": "SceneAttribute",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 91,
"value": "",
"index": 1,
"instance": 1,
"repeatEventManagement": "always"
},
"subtype": "string",
"display": {
"generic_type": "DONT"
},
"unite": "",
"template": {
"dashboard": "badge",
"mobile": "badge"
}
},
{
"name": "Batterie",
"type": "info",
"isVisible": 0,
"isHistorized": 0,
"configuration": {
"class": 128,
"value": "",
"index": 0,
"instance": 1,
"minValue": 0,
"maxValue": 100
},
"subtype": "numeric",
"display": {
"generic_type": "BATTERY"
},
"unite": "%"
}
]
}
1 change: 1 addition & 0 deletions resources/openzwaved/config/manufacturer_specific.xml
Expand Up @@ -495,6 +495,7 @@
<Product type="0c00" id="1000" name="FGSS101 Smoke Sensor" config="fibaro/fgss101.xml" />
<Product type="0c02" id="1002" name="FGSD002 Smoke Sensor" config="fibaro/fgsd002.xml" />
<Product type="0d01" id="1000" name="FGGC001 Swipe" config="fibaro/fggc001.xml" />
<Product type="0d01" id="2000" name="FGGC001 Swipe" config="fibaro/fggc001.xml"/>
<Product type="0f01" id="1000" name="FGPB101 Button" config="fibaro/fgpb101.xml" />
<Product type="0f01" id="2000" name="FGPB101 Button" config="fibaro/fgpb101.xml" />
<Product type="1001" id="1000" name="FGKF601 Keyfob" config="fibaro/fgkf601.xml" />
Expand Down

0 comments on commit 1029e8a

Please sign in to comment.