stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
85 stars 44 forks source link

Allow non-required fields to be None #71

Closed Santobert closed 3 years ago

Santobert commented 3 years ago

Edit ROBOT_SCHEMA, MAP_SCHEMA and PERSISTENT_MAP_SCHEMA to allow non-required values to be None.

Closes: #70

This is just a suggestion. We can be more or less restrictive. For example, we could allow None only for undocumented fields and for those that we know can be None.