when you change rotation speed, device changes to favorite mode and run speed level
fan rotation speed is shown whenever you open Home app on iDevices
you can revert its state to auto through 'details' button in Home app
miio usage:
miio protocol call DEVICE_IP get_prop '["favrorite_level"]'
miio protocol call DEVICE_IP set_level_favorite '[1]'
set_level_favorite allows 0 to 16 integer value
# setting "6.25" will allow 0 to 16 favorite level, I changed this value to "12.5" to use 0 to 8 levels
when you change rotation speed, device changes to favorite mode and run speed level fan rotation speed is shown whenever you open Home app on iDevices you can revert its state to auto through 'details' button in Home app miio usage: miio protocol call DEVICE_IP get_prop '["favrorite_level"]' miio protocol call DEVICE_IP set_level_favorite '[1]'
set_level_favorite allows 0 to 16 integer value