From 4ba875cd8e2131c9a4a59e67d4aa59a93d30e30a Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 28 Apr 2022 12:04:06 +0000 Subject: [PATCH] Add 'README.md' --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6339856 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +working micropython code for a Xbee 3 zigbee unit to interact with z2m and behave mostly as a barrier control device. + +Credit to https://github.com/jimmo for this python-zcl work that helped simplify decoding the zcl structure. https://github.com/jimmo/python-zcl \ No newline at end of file