fix: missing ModuleConfig handling

This commit is contained in:
andrekir 2024-03-18 08:17:35 -03:00
parent 40aae19b45
commit d21e735ae7
2 changed files with 8 additions and 0 deletions

View file

@ -357,6 +357,7 @@ class RadioConfigViewModel @Inject constructor(
setModuleConfig(moduleConfig { remoteHardware = it.remoteHardware })
setModuleConfig(moduleConfig { neighborInfo = it.neighborInfo })
setModuleConfig(moduleConfig { ambientLighting = it.ambientLighting })
setModuleConfig(moduleConfig { detectionSensor = it.detectionSensor })
setModuleConfig(moduleConfig { paxcounter = it.paxcounter })
}
setResponseStateSuccess()