Update src.ino

This commit is contained in:
Gregg 2021-01-24 18:53:49 -06:00
parent a9bc348822
commit 2a5d5c138b
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ void setup() {
homeSpan.setLogLevel(1);
homeSpan.setHostNameSuffix("");
homeSpan.setPortNum(1200);
homeSpan.setQRID("One1");
homeSpan.begin(Category::Lighting,"HomeSpanTest");
new SpanAccessory(); // Begin by creating a new Accessory using SpanAccessory(), which takes no arguments