Skip to content

Commit

Permalink
Correct Ikea E2001/E2002 exposed actions (#2744)
Browse files Browse the repository at this point in the history
* Add Hue/Sat to Hue Lights

* Update devices.js

* Update devices.js

* Update exposes.js

* Update devices.js

* Update devices.js

* change from colorxyhs to color

* try/Catch for onEvent functions

* fix from previous merge

* Update tuya.js

* Added additional Siterwell Thermostat models

* Update tuya.js

* Update devices.js

* Update dependencies

* test

* Update package.json

* Update ikea.js

Fix exposes on Ikea Remote Control N2 to match 'fz' definition

* Update package.json

Co-authored-by: ae <ae@Flatscreen.lan>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
Co-authored-by: asgothian <asgothian@users.noreply.github.com>
  • Loading branch information
4 people authored Jun 30, 2021
1 parent 371bd12 commit 4c28c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/ikea.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ module.exports = [
description: 'STYRBAR remote control N2',
fromZigbee: [fz.battery, fz.command_on, fz.command_off, fz.command_move, fz.command_stop, fz.ikea_arrow_click,
fz.ikea_arrow_hold, fz.ikea_arrow_release],
exposes: [e.battery(), e.action(['brightness_up_click', 'brightness_down_click', 'brightness_up_hold', 'brightness_down_hold',
'brightness_up_release', 'brightness_down_release', 'arrow_left_click', 'arrow_right_click', 'arrow_left_hold',
exposes: [e.battery(), e.action(['on', 'off', 'brightness_move_up', 'brightness_move_down',
'brightness_stop', 'arrow_left_click', 'arrow_right_click', 'arrow_left_hold',
'arrow_right_hold', 'arrow_left_release', 'arrow_right_release'])],
toZigbee: [],
ota: ota.tradfri,
Expand Down

0 comments on commit 4c28c76

Please sign in to comment.