grzegorz914 / homebridge-meraki-control

Homebridge plugin for Meraki devices using RESTFull API, publish as independent external platform accessory.
MIT License
0 stars 3 forks source link

Setting to disable/enable extra information for the device name #14

Closed psycoticninja closed 1 year ago

psycoticninja commented 1 year ago

By default when adding the WiFi SSIDs and switch interfaces to Homebridge, it also adds to the beginning some extra characters to it, eg.

W. SSID 1 (WiFi) or 1. Interface 1, 2. Interface 2 etc. (for switch interface name)

This is easy to modify when added initially in the Home app, but if Homebridge has a problem or reset of the bridge is needed it looks like it reverts back to displaying the beginning characters.

Is it possible to add some control to enable/disable the extra characters?

grzegorz914 commented 1 year ago

This is possible but is added intentionally to identify switch port and wireless SSID. I can add this in next update to plugin config.

grzegorz914 commented 1 year ago

added in 0.17.0

psycoticninja commented 1 year ago

I have updated. This is working for SSIDs, but not for switches (still shows as 1.Interface Name, 2.Interface Name). Could you double check?

grzegorz914 commented 1 year ago

fixed