Search found 1 match
- Thu Mar 02, 2023 5:42 am
- Forum: ESP RainMaker
- Topic: ESP Rainmaker App reverts to old param values
- Replies: 9
- Views: 38786
Re: ESP Rainmaker App reverts to old param values
Hello, Thanks for sharing the logs. Seems that the "." in the device name is the culprit in this case. The parameter update handling logic treats the dot as a special delimiter and so the update fails in the cloud backend. For the time being, an easier solution would be to not use dots in the devic...