issue #10 #11 Change method for instant_power and power_mode configuration.

This commit is contained in:
paul kim
2024-05-14 11:07:24 +09:00
parent 8cdbaf8f71
commit 7d8338a0a0
3 changed files with 16 additions and 23 deletions

View File

@@ -868,7 +868,7 @@ HotelTV.api = (function() {
_json_report.model = _dev_inf.model_name;
_json_report.hw_ver = _dev_inf.hardware_version.major + "." + _dev_inf.hardware_version.minor;
_json_report.sw_ver = _dev_inf.hcap_middleware_version.major + "." + _dev_inf.hcap_middleware_version.minor + "." + _dev_inf.hcap_middleware_version.revision;
_json_report.sw_ver = _dev_inf.platform_version.major + "." + _dev_inf.platform_version.minor + "." + _dev_inf.platform_version.revision;
_json_report.scr_resolution = _dev_inf.display_resolution;
_json_report.uptime.second = Math.floor(_dev_inf.uptime / 1000);