I am trying to know which version is supporting my 2014 Samsung Smart TV but it is not detailed on the technical specifications, it only says it is HbbTV compatible.
My TV is this one (H5500 40"):
http://www.samsung.com/es/consumer/tv-av/tv/full-hd/UE40H5500AWXXC
Moreover, I would like to know which version of HbbTV are supporting other brands as Sony, TPVision, LG... Is there any database where I can check it?
Thanks for your help!
The best solution is to get it from
userAgent
as mentioned, but if you want to be sure you have to check each feature separately as is doing by modernizr, just do a simple test on feature you want to use even some devices are using newer hbbtv it couldn't work as expected. Older HbbTv has a simple specification and there is a space for each manufacturer do it in their own way, or just have a bugs as well...For newer HbbTv versions you can create
application/oipfCapabilities
object, it cames from Hbbtv 1.5 version and read it in javascript but still I recommend you still use solution above.