diyhue / diyHue

Main diyHue software repo
https://diyhue.org/
Other
1.52k stars 274 forks source link

Update v2restapi.py to fix attribute update error #969

Closed igorcv88 closed 7 months ago

igorcv88 commented 7 months ago

Fixes error caused by "attrs" being considered a Boolean instead of an Object when "update_attr" was called upon for the 'geofence_client' resource

igorcv88 commented 7 months ago

Just noticed another pull request for this error that also fixed it, so I'm closing mine for the time being