Skip to content

Commit

Permalink
Standardize Mount Homing
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Dec 25, 2023
1 parent 452b37c commit c83b11d
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 201 deletions.
8 changes: 4 additions & 4 deletions drivers/telescope/ioptronv3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ bool IOptronV3::initProperties()
ISR_1OFMANY, 0, IPS_IDLE);

/* Home */
IUFillSwitch(&HomeS[IOP_FIND_HOME], "FindHome", "Find Home", ISS_OFF);
IUFillSwitch(&HomeS[IOP_SET_HOME], "SetCurrentAsHome", "Set current as Home", ISS_OFF);
IUFillSwitch(&HomeS[IOP_GOTO_HOME], "GoToHome", "Go to Home", ISS_OFF);
IUFillSwitchVector(&HomeSP, HomeS, 3, getDeviceName(), "HOME", "Home", MAIN_CONTROL_TAB, IP_RW, ISR_ATMOST1, 0,
IUFillSwitch(&HomeS[IOP_FIND_HOME], "FIND", "Find", ISS_OFF);
IUFillSwitch(&HomeS[IOP_SET_HOME], "SET", "Set As Current", ISS_OFF);
IUFillSwitch(&HomeS[IOP_GOTO_HOME], "GO", "Go", ISS_OFF);
IUFillSwitchVector(&HomeSP, HomeS, 3, getDeviceName(), "TELESCOPE_HOME", "Home", MAIN_CONTROL_TAB, IP_RW, ISR_ATMOST1, 0,
IPS_IDLE);

/* v3.0 Create PEC Training switches */
Expand Down
Loading

0 comments on commit c83b11d

Please sign in to comment.