Skip to content

Commit

Permalink
Update asi_base.cpp
Browse files Browse the repository at this point in the history
removed wildcard # to make ASI drivers compliant with indi-mqtt publication rules (no wildcard )
  • Loading branch information
aknotwot committed May 8, 2024
1 parent bd19bc4 commit f8b00a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indi-asi/asi_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ bool ASIBase::initProperties()
SDKVersionSP[0].fill("VERSION", "Version", ASIGetSDKVersion());
SDKVersionSP.fill(getDeviceName(), "SDK", "SDK", INFO_TAB, IP_RO, 60, IPS_IDLE);

SerialNumberTP[0].fill("SN#", "SN#", mSerialNumber);
SerialNumberTP[0].fill("SN", "SN", mSerialNumber);
SerialNumberTP.fill(getDeviceName(), "Serial Number", "Serial Number", INFO_TAB, IP_RO, 60, IPS_IDLE);

NicknameTP[0].fill("nickname", "nickname", mNickname);
Expand Down

0 comments on commit f8b00a9

Please sign in to comment.