@bcopeland for this issue, I don't ever see the command being sent to the device. If I look at the command in the logs it seems to be missing the upDown even though I specified it in the driver.
From the log the command looks like this:
SwitchMultilevelStartLevelChange(stepSize:null, dimmingDuration:5, startLevel:99)
By my driver is essentially sending it like this:
zwave.switchMultilevelV4.switchMultilevelStartLevelChange(upDown: true, dimmingDuration: 5, ignoreStartLevel: true, startLevel: 99)