|
@ -122,7 +122,7 @@ void TestPageMgrService::initialize() { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
auto Blower = m_testPageItemMgr.createStates({"Blower", "风机状态"}, {{"current", "电流"}}, [this](string stateName) { //
|
|
|
auto Blower = m_testPageItemMgr.createStates({"Blower", "风机状态"}, {{"current", "电流"}}, [this](string stateName) { //
|
|
|
return fmt::format("{:.2f}A", dcs->AC_readEI()); |
|
|
|
|
|
|
|
|
return fmt::format("{:.2f}A", dcs->Blower_readEI()); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
auto HeatingCtrl = m_testPageItemMgr.createButtons({"HeatingCtrl", "加热片控制"}, // 模组名
|
|
|
auto HeatingCtrl = m_testPageItemMgr.createButtons({"HeatingCtrl", "加热片控制"}, // 模组名
|
|
|