dev20, remove obj_id again

This commit is contained in:
MichaelDvP
2025-10-15 15:09:22 +02:00
parent 766281d8d2
commit 9bf57c3e22
7 changed files with 1 additions and 10 deletions

View File

@@ -283,7 +283,6 @@ void WebSchedulerService::publish(const bool force) {
snprintf(uniq_s, sizeof(uniq_s), "%s_%s", F_(scheduler), scheduleItem.name.c_str());
config["uniq_id"] = uniq_s;
config["obj_id"] = uniq_s;
config["name"] = scheduleItem.name.c_str();
config["def_ent_id"] = (std::string) "switch." + uniq_s;