Shubhamjain007 / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Access to openHAB version for client APPs #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases it is important to know version of openHAB which client app 
connects to. It can be used to determine compatibility cause as soon as more 
people will use openHAB and as soon as more people use client apps, it can be a 
serious issue. On the other side, client app can then compare running openHAB 
version with latest version identifier from openhab.org and give the user a 
warning about upgrade (I'm not looking into log files at every launch :-). It 
can be done the same simple way as it was for uuid - /static/version, or can be 
implemented in REST API.

Original issue reported on code.google.com by belovic...@gmail.com on 24 Apr 2012 at 4:59

GoogleCodeExporter commented 8 years ago

Original comment by teichsta on 24 Apr 2012 at 11:16

GoogleCodeExporter commented 8 years ago
implementation is almost done!

Original comment by teichsta on 24 Apr 2012 at 11:32

GoogleCodeExporter commented 8 years ago
implementation is almost done!

Original comment by teichsta on 24 Apr 2012 at 11:32

GoogleCodeExporter commented 8 years ago
Almost is never enough :-)

Original comment by kai.openhab on 24 Apr 2012 at 11:38

GoogleCodeExporter commented 8 years ago
done!

Version is accessible through the URL <openhab>:<port>/static/version

Demo-Server will updated as soon as the CI-build is ready!

Original comment by teichsta on 24 Apr 2012 at 11:40

GoogleCodeExporter commented 8 years ago
Nice!

Original comment by mishoboss on 24 Apr 2012 at 2:31