Skip to content

Conversation

@part1cleth1ef
Copy link

No description provided.

Copilot AI review requested due to automatic review settings January 5, 2026 10:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for the AP460C access point model by updating the device model detection logic to recognize "460" as a valid model identifier.

Key Changes

  • Added "460" to the switch case statement for models that require version parameter and use the AP230 password generation algorithm

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

password := ""
switch (*strSerial)[1:4] {
case "230", "305", "150", "630":
case "230", "305", "150", "630", "460":
Copy link

Copilot AI Jan 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README.md file should be updated to reflect the new AP460 support. Currently, line 5 of README.md lists supported models as "AP130, AP150, AP230 & AP630" but does not include AP460. Consider updating the README to document this new functionality for users.

Copilot uses AI. Check for mistakes.
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