Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
adding tradfri support, for now only dimming no color temperature (#73)
Browse files Browse the repository at this point in the history
since treban/pimatic-tradfri#7 was merged, this PR can be merged, too.
  • Loading branch information
thexperiments authored and michbeck100 committed Jun 26, 2017
1 parent 494e172 commit f53411b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hap.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module.exports = (env) =>
'thermostat': ThermostatAccessory
'led-light': LedLightAccessory
'presence': MotionAccessory
'tradfridimmer-dimmer': DimmerAccessory
'tradfridimmer-temp': DimmerAccessory
}

init: (app, @framework, @config) =>
Expand Down

0 comments on commit f53411b

Please sign in to comment.