Solved
How to fetch 7 update scheduletime of scheduler using services?
1. How to fetch scheduletime of scheduler using services?
2. How to update scheduletime of scheduler using services

1. How to fetch scheduletime of scheduler using services?
2. How to update scheduletime of scheduler using services

// getting the config table
let table=Things["sched1"].GetConfigurationTable({tableName:"Settings"});
// setting the value
table.schedule="0 4 0/1 * * ?";
Things["sched1"].SetConfigurationTable({
tableName: "Settings", configurationTable: table,
});
// returning the value
result=Things["sched1"].GetConfigurationTable({tableName:"Settings"}).schedule;Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.