Skip to content
New issue

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

Update configurations.lua #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

TodBonzalez
Copy link

Changed supported_button_values for lumi.remote.b1acn01 and lumi.sensor_switch.aq2 according to official support via https://zigbee.blakadder.com/Aqara_WXKG11LM.html.

"lumi.sensor_switch.aq2"
PREVIOUS supported_button_values = {"pushed", "held", "pushed_2x", "pushed_3x", "pushed_4x", "pushed_5x"}
}
},

"lumi.sensor_switch.aq2"
NEW supported_button_values = {"pushed", "pushed_2x", "pushed_3x", "pushed_4x"}
}
},

"lumi.remote.b1acn01"
PREVIOUS supported_button_values = {"pushed", "held", "pushed_2x", "pushed_3x", "pushed_4x", "pushed_5x"}
}
},

"lumi.remote.b1acn01"
NEW supported_button_values = {"pushed", "held", "pushed_2x"}
}
},

Changed supported_button_values for lumi.remote.b1acn01 and lumi.sensor_switch.aq2 according to official support via https://zigbee.blakadder.com/Aqara_WXKG11LM.html.

"lumi.sensor_switch.aq2"
PREVIOUS supported_button_values = {"pushed", "held", "pushed_2x", "pushed_3x", "pushed_4x", "pushed_5x"}
    }
  },

"lumi.sensor_switch.aq2"
NEW supported_button_values = {"pushed", "pushed_2x", "pushed_3x", "pushed_4x"}
    }
  },


"lumi.remote.b1acn01"
PREVIOUS supported_button_values = {"pushed", "held", "pushed_2x", "pushed_3x", "pushed_4x", "pushed_5x"}
    }
  },

"lumi.remote.b1acn01"
NEW supported_button_values = {"pushed", "held", "pushed_2x"}
    }
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant