When I update a network device and set moveMapMarker to true, the map marker is not moved. Funny thing is, if I go into the dashboard and click the pencil next to the address and click save (not changing the address that's in there currently), it's moved. So I know the address is good. Code looks like this:
kwargs = {
'name': '12345 - Switch',
'address': '123 Any St, Sometown TN' , * Yes, I have a real address in here.
'moveMapMarker ': True
}
dashboard.devices.updateNetworkDevice('123456789', 'XXXX-XXXX-XXXX', **kwargs)
It will update the name and address fine so I know the call is not erroring out. Anyone else have this issue?