Skip to content

Commit

Permalink
fix: preserve all endpoints for Fibaro FGFS101, FW 25.25
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jan 15, 2025
1 parent d39eb11 commit 21f9b12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/config/config/devices/0x010f/fgfs101.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,5 +391,13 @@
}
]
}
],
"compat": [
{
"$if": "firmwareVersion == 25.25",
// The multilevel sensor is only exposed on endpoint 2, which
// is considered unnecessary.
"preserveEndpoints": "*"
}
]
}

0 comments on commit 21f9b12

Please sign in to comment.