mirror of https://github.com/arendst/Tasmota.git
parent
be4867e7f6
commit
ea7718c810
|
@ -453,6 +453,7 @@ void CmndShutterPosition(void)
|
|||
} else {
|
||||
target_pos_percent = ShutterRealToPercentPosition(Shutter.real_position[index], index);
|
||||
}
|
||||
XdrvMailbox.index = index +1;
|
||||
ResponseCmndIdxNumber(Settings.shutter_invert[index] ? 100 - target_pos_percent : target_pos_percent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue