Skip to content

Commit

Permalink
fix(config): update lifeline config and parameters for Philio PAN06 v1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Oct 25, 2021
1 parent 18f0b5a commit 14c811f
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions packages/config/config/devices/0x013c/pan06_0.0-1.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
"label": "Relay 1 + 2",
"maxNodes": 1,
"isLifeline": true
// Corresponds to endpoint 1 (both relays)
},
"2": {
"label": "Relay 1",
"maxNodes": 1
"maxNodes": 1,
"isLifeline": true
// Corresponds to endpoint 2
},
"3": {
"label": "Relay 2",
"maxNodes": 1
"maxNodes": 1,
"isLifeline": true
// Corresponds to endpoint 3
}
},
"paramInformation": [
Expand Down Expand Up @@ -82,6 +87,28 @@
"value": 3
}
]
},
{
// This parameter is undocumented, but necessary for endpoint reporting
"#": "11",
"label": "Send Reports From Endpoints",
"description": "Enable this to distinguish between the relays.",
"valueSize": 1,
"minValue": 1,
"maxValue": 2,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 1
},
{
"label": "Enable",
"value": 2
}
]
}
],
"compat": {
Expand Down

0 comments on commit 14c811f

Please sign in to comment.