Test lần 2
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-06-13 13:58:38 +07:00
parent d6f22132ce
commit fbc0c11be2
13 changed files with 239 additions and 68 deletions

View File

@@ -55,11 +55,6 @@ nlohmann::json ModbusTriggerService::coilStates() const
return out;
}
void ModbusTriggerService::onCoilRisingEdgeUnlocked(int coil_id)
{
(void)coil_id;
}
bool ModbusTriggerService::writeCoil(int coil_id, bool value, std::string& err)
{
if (!coilIdValid(coil_id))