Add outdoor temperature with --get_outdoor_temperature.
Add outdoor humidity with --get_outdoor_humidity.
Update README with new and missing options.
Note: To query outdoor data, the outdoor sensor is required.
Routines for outdoor data test availability of the outdoor sensor.
If sensor is not found, then None is returned, otherwise sensor value is returned.
--get_current_humidity
.--get_outdoor_temperature
.--get_outdoor_humidity
.Update README with new and missing options.
Note: To query outdoor data, the outdoor sensor is required. Routines for outdoor data test availability of the outdoor sensor. If sensor is not found, then
None
is returned, otherwise sensor value is returned.Implemente feature requested in issue #12