-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:xaviml/controllerx
- Loading branch information
Showing
4 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: MFKZQ01LM Xiaomi Smart Cube (Aqara) | ||
device_support: | ||
- Light (MFKZQ01LMLightController; 350ms delay) | ||
integrations: | ||
- name: Zigbee2mqtt | ||
codename: z2m | ||
actions: | ||
- "shake 🠖 Shake the cube" | ||
- "wakeup 🠖 Cube automatically wakeup" | ||
- "fall 🠖 From up to down acceleration" | ||
- "tap 🠖 Doble tap in a surface" | ||
- "slide 🠖 Swipe horizontal direction" | ||
- "flip180 🠖 Flip cube 180 degrees" | ||
- "flip90 🠖 Flip cube 90 degrees" | ||
- "rotate_left 🠖 Rotate cube to left" | ||
- "rotate_right 🠖 Rotate cube to right" | ||
note: >- | ||
This controller does not have a self-explained way to use it since its main | ||
purpose is to customize it, this is why we recommend to customize it with | ||
<a href="/controllerx/how-to/custom-controllers">Custom controllers</a>. | ||
However, we gave a default behaviour to this controller. When tapped, it toggles the light. | ||
When shaked it turns the light to minium brightness. When slides it turns the light to maximum brigthness. | ||
When flipped 180/90 if changes the light color. When rotate, it changes the brightness. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: controller | ||
title: Xiaomi Cube (Aqara) | ||
device: MFKZQ01LM | ||
--- |