Tizen

How To Get The Model & Firmware On Samsung TV Tizen

If you need to get the model and firmware on your Samsung TV load up Tizen and run the following code in the console. console.log('Model:' + webapis.productinfo.getModel(),'Firmware:' + webapis.productinfo.getFirmware()); You can then get your model year and device from here. https://developer.samsung.com/smarttv/develop/specifications/tv-model-groups.html To get the model and firmware information on your...