http://wiki.wunderground.com/index.php/PWS_-_Upload_Protocol seems to suggest we can send:indoortempf - [F indoor temperature F]
indoorhumidity - [% indoor humidity 0-100]
Can I propose the following additions to fowsr.h wug_format[] ...
{"indoorhumidity", WS_HUMIDITY_IN , ub , WS_SCALE_DEFAULT , WS_OFFSET_DEFAULT}, // - [%]
{"indoortempf" , WS_TEMPERATURE_IN , ss , WS_SCALE_C_TO_F , WS_OFFSET_C_TO_F}, // - [temperature F]
... or perhaps there's some good reason why fowsr doesn't already send these? Perhaps wunderground drops / ignores / errors on them despite documenting them?
Many thanks, neat little bit of software!
Nick