We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEVICES = [{ 16191: ["Lingju", "BLE Wireless Button", "giot.remote.v51kwm"], "spec": [ BaseConv("action", "sensor"), MapConv("action", mi="2.e.1012.p.1", map={1: BUTTON_SINGLE}), MapConv("action", mi="2.e.1013.p.1", map={1: BUTTON_DOUBLE}), MapConv("action", mi="2.e.1014.p.1", map={1: BUTTON_HOLD}), ], }] + DEVICES 设备ID:16191 https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:remote-control:0000A021:giot-v51kwm:1 辛苦大佬了~!
The text was updated successfully, but these errors were encountered:
Done in #1518.
Sorry, something went wrong.
https://github.com/AlexxIT/XiaomiGateway3/releases/tag/v4.0.8
AlexxIT
No branches or pull requests
DEVICES = [{
16191: ["Lingju", "BLE Wireless Button", "giot.remote.v51kwm"],
"spec": [
BaseConv("action", "sensor"),
MapConv("action", mi="2.e.1012.p.1", map={1: BUTTON_SINGLE}),
MapConv("action", mi="2.e.1013.p.1", map={1: BUTTON_DOUBLE}),
MapConv("action", mi="2.e.1014.p.1", map={1: BUTTON_HOLD}),
],
}] + DEVICES
设备ID:16191
https://home.miot-spec.com/spec?type=urn:miot-spec-v2:device:remote-control:0000A021:giot-v51kwm:1
辛苦大佬了~!
The text was updated successfully, but these errors were encountered: