Update ZephyrHood3.ino

Switched pins for fan<->light
This commit is contained in:
Gregg 2020-08-26 17:45:00 -05:00
parent 30905c4ade
commit 8c8168fe34
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ void setup() {
new SpanAccessory();
new DEV_Identify("Zephyr Light","HomeSpan","ZVH-1","RF-Control","1.0",0);
new DEV_ZephyrLight(0x51390,17);
new DEV_ZephyrLight(0x51390,19);
new SpanAccessory();
new DEV_Identify("Zephyr Fan","HomeSpan","ZVH-1","RF-Control","1.0",0);
new DEV_ZephyrFan(0x51388,0x61398,16);
new DEV_ZephyrFan(0x51388,0x61398,18);
}