From 6a73bfdd000eb096b248d261598901bf622dd3f7 Mon Sep 17 00:00:00 2001
From: johannes walcher <johannes.walcher@stusta.de>
Date: Thu, 3 May 2018 17:17:29 +0200
Subject: [PATCH] added esp-ids. this needs to go into a config file

---
 babel/babel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/babel/babel.py b/babel/babel.py
index 46eda61..5770678 100644
--- a/babel/babel.py
+++ b/babel/babel.py
@@ -16,7 +16,7 @@ class Babel:
         self.hbf.subscribe('/haspa/power/requestinfo', self.command_requestinfo)
 
         self.ledstrip_states = [[0,0,0,0], [0,0,0,0]]
-        self.espids = ['esp1', 'esp2']
+        self.espids = ['a9495a00','024c5a00']
 
         # TODO create this mapping:
         # mapps from (color, id) ==> (self.ledstrip indexes)
-- 
GitLab