mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Merge pull request #226 from nagyrobi/patch-4
fix description line numbers + add user_config_override.h note
This commit is contained in:
commit
d1783bbb15
@ -2,9 +2,10 @@
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
// USAGE: - Copy this file and rename it to my_custom_fan_rotator.cpp, also copy my_custom_template.h and rename it to my_custom.h
|
||||
// - Change false to true on line 15
|
||||
// - Set the page and id of your object on lines 25 and 26
|
||||
// - Optionally set the default rotation state and angle on lines 19 and 20
|
||||
// - Uncomment in your user_config_override.h the line containing #define HASP_USE_CUSTOM 1
|
||||
// - Change false to true on line 16
|
||||
// - Set the page and id of your object on lines 27 and 28
|
||||
// - Optionally set the default rotation state and angle on lines 21 and 22
|
||||
// - At run time you can change fanspeed and fanangle by updating the topics hasp/<yourplate>/custom/fanspeed
|
||||
// and hasp/<yourplate>/custom/fanangle with values desired from your home automation system
|
||||
// NOTE: This gives best results with small images (up to 64x64 pixels). Large images may draw choppy due to limited
|
||||
|
Loading…
x
Reference in New Issue
Block a user