Skip to content

Commit

Permalink
Merge pull request #460 from gkminix/hmip-fsi16
Browse files Browse the repository at this point in the history
Added FSI16 flush mount switch
  • Loading branch information
marcsowen authored Nov 16, 2023
2 parents 10e65d9 + 27ba26a commit d3cbdc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/HmIPPlatform.ts
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export class HmIPPlatform implements DynamicPlatformPlugin {
} else if (device.type === 'SMOKE_DETECTOR') {
homebridgeDevice = new HmIPSmokeDetector(this, hmIPAccessory.accessory);
} else if ( device.type === 'PLUGABLE_SWITCH'
|| device.type === 'FULL_FLUSH_INPUT_SWITCH'
|| device.type === 'PRINTED_CIRCUIT_BOARD_SWITCH_BATTERY'
|| device.type === 'PRINTED_CIRCUIT_BOARD_SWITCH_2' // Only first channel
|| device.type === 'OPEN_COLLECTOR_8_MODULE' // Only first channel
Expand Down
1 change: 1 addition & 0 deletions src/devices/HmIPSwitch.ts
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ interface SwitchChannel {
* Switches
*
* HMIP-PS (Pluggable Switch)
* HMIP-FSI16 (Full Flush Input Switch)
* HMIP-PCBS (Switch Circuit Board - 1 channel)
* HMIP-PCBS-BAT (Printed Circuit Board Switch Battery)
* HMIP-PCBS2 (Switch Circuit Board - 2x channels)
Expand Down
Empty file modified src/devices/HmIPSwitchMeasuring.ts
100755 → 100644
Empty file.
Empty file modified src/devices/HmIPSwitchNotificationLight.ts
100755 → 100644
Empty file.

0 comments on commit d3cbdc3

Please sign in to comment.