You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize a sensor object: Improve notation and terms being referenced.
* Instead of checking if a dictionary member is present, use the more
standard "exists" reference instead.
* Use the standard foo["bar"] notation to access a dictionary member rather
than foo.bar.
0 commit comments