Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion apps/controllerx/cx_devices/ikea.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,26 @@ def get_zha_actions_mapping(self) -> DefaultActionsMapping:
}


class E2201LightController(E1743Controller):
pass


class E2201Z2MLightController(E1743Z2MLightController):
pass


class E2201MediaPlayerController(E1743MediaPlayerController):
pass


class E2201SwitchController(E1743SwitchController):
pass


class E2201CoverController(E1743CoverController):
pass


class ICTCG1Controller(LightController):
# Different states reported from the controller:
# rotate_left, rotate_left_quick
Expand Down Expand Up @@ -769,7 +789,6 @@ def get_z2m_actions_mapping(self) -> DefaultActionsMapping:


class E2123MediaPlayerController(MediaPlayerController):

def get_z2m_actions_mapping(self) -> DefaultActionsMapping:
return {
"toggle": MediaPlayer.PLAY_PAUSE, # click Play button
Expand Down
Binary file added docs/docs/assets/controllers/E2201.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.