MarkGodwin / tplink-omada-api

MIT License
12 stars 9 forks source link

Feature: Rename clients #43

Closed Coder84619 closed 3 months ago

Coder84619 commented 3 months ago

I'd love to see the wrapper to be able to rename (change the username) of a client device. Right now most of my client names are just MAC addresses which is not useful. Not sure the API supports a rename operation, but if it does, it would be super useful.

MarkGodwin commented 3 months ago

The omada cli already supports this with omada set-client-name <mac> <name> Are you using the API directly or the command-line interface?

MarkGodwin commented 3 months ago

In Omada CLI 1.3.13 there is an alternative cli command with more features. omada client <mac or current name> --set-name "name"