That looks current to me.
When your bridge sends data, it normally gets a "success" message back from the servers that looks like this:
{ "success": 1, "checkversion": "126" }
I suppose the "1" after "success" means the data was received. The "126" after "checkversion" should be the current app version.
I'd guess that will eventually go to "127", and then a new app version will automatically be downloaded.
I haven't seen the app version number change in a long time. Acurite has just put out some new products, so I expect an update may come out soon so the bridge can support them.
When your bridge sends data, it normally gets a "success" message back from the servers that looks like this:
{ "success": 1, "checkversion": "126" }
I suppose the "1" after "success" means the data was received. The "126" after "checkversion" should be the current app version.
I'd guess that will eventually go to "127", and then a new app version will automatically be downloaded.
I haven't seen the app version number change in a long time. Acurite has just put out some new products, so I expect an update may come out soon so the bridge can support them.