Hello,
I want to set NTP with API in the application we developed on Samsung Signage TV. While I have no problem when the usage value is “ON”, I get an error when we want to “OFF” an existing ntp variable. The method we use and the error we get is as follows.
Is there any solution or I don’t know if I am doing something wrong. The example given in the documentation unfortunately does not work on the device.
// API Usage
webapis.timer.setNTP({
“address” : “”,
“timeZone” : ",
“use” : “OFF”
})
Error:
[timer.js] setNTP is [object Object] type is object
webapis.js:1 [timer.js] setNTP error code 26
{code: 26, name: “InvalidValuesError”, message: “Unable to Set”}