Skip to content

Commit

Permalink
Simplify cooler power
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 16, 2024
1 parent 718de7f commit 745a7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-qhy/qhy_ccd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ bool QHYCCD::initProperties()
ISR_1OFMANY, 0, IPS_IDLE);

// CCD Regulation power
IUFillNumber(&CoolerN[0], "CCD_COOLER_VALUE", "Cooling Power (%)", "%+06.2f", 0., 100., 5, 0.0);
IUFillNumber(&CoolerN[0], "CCD_COOLER_VALUE", "Cooling Power (%)", "%.2f", 0., 100., 5, 0.0);
IUFillNumberVector(&CoolerNP, CoolerN, 1, getDeviceName(), "CCD_COOLER_POWER", "Cooling Power", MAIN_CONTROL_TAB,
IP_RO, 60, IPS_IDLE);

Expand Down

0 comments on commit 745a7e7

Please sign in to comment.