webdjoe / pyvesync_v2

Python Library for controlling vesync API for all etekcity smart outlets, switches and bulbs and Levoit Air Purifier
MIT License
30 stars 17 forks source link

append -> update for dict updates #20

Open hardaker opened 3 years ago

hardaker commented 3 years ago

dictionaries don't have an append() function, instead update() must be used.