# HG changeset patch
# User drewp@bigasterisk.com
# Date 1556238893 25200
# Node ID bb43ad96da8c9c9a05081929cb880990501f744b
# Parent db58e417b9eb3da8eebdb5553ff2255f0f486097
start homeauto_anynode for files shared between arduino and pi
Ignore-this: 607e3e6e8d43f339caf6758f14619576
diff -r db58e417b9eb -r bb43ad96da8c lib/homeauto_anynode/MANIFEST.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/homeauto_anynode/MANIFEST.in Thu Apr 25 17:34:53 2019 -0700
@@ -0,0 +1,1 @@
+recursive-include static *
diff -r db58e417b9eb -r bb43ad96da8c lib/homeauto_anynode/setup.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/homeauto_anynode/setup.py Thu Apr 25 17:34:53 2019 -0700
@@ -0,0 +1,11 @@
+from distutils.core import setup
+
+setup(
+ name='homeauto_anynode',
+ version='0.0.0',
+ packages=['homeauto_anynode'],
+ package_dir={'homeauto_anynode': ''},
+ url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.0.0.tar.gz',
+ author='Drew Perttula',
+ author_email='drewp@bigasterisk.com',
+)
diff -r db58e417b9eb -r bb43ad96da8c lib/homeauto_anynode/static/index.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/homeauto_anynode/static/index.html Thu Apr 25 17:34:53 2019 -0700
@@ -0,0 +1,201 @@
+
+
+
+ ha -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{compactUri(href)}}
+
+
+
+
+
+
+
+ {{compactUri(subj)}}, {{compactUri(pred)}},
+ {{formatted(out)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Board
+
Devices
+
+
+
+
+ {{dev.className}}
+
+
+
+ watching:
+
+
+
+
+ send output:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r db58e417b9eb -r bb43ad96da8c lib/homeauto_anynode/static/output-widgets.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/homeauto_anynode/static/output-widgets.html Thu Apr 25 17:34:53 2019 -0700
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+ Set {{compactUri(subj)}}'s
+ {{compactUri(pred)}} to
+
+
+
+
+
+
+
+
+
+
color pick {{value}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{value}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{value}}
+
+
+
+
+
+
+
+
diff -r db58e417b9eb -r bb43ad96da8c lib/homeauto_anynode/tasks.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/homeauto_anynode/tasks.py Thu Apr 25 17:34:53 2019 -0700
@@ -0,0 +1,9 @@
+from invoke import task
+
+import sys
+sys.path.append('/my/proj/release')
+from release import local_release
+
+@task
+def release(ctx):
+ local_release(ctx)
diff -r db58e417b9eb -r bb43ad96da8c service/arduinoNode/static/index.html
--- a/service/arduinoNode/static/index.html Thu Apr 25 17:23:29 2019 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,201 +0,0 @@
-
-
-
- ha -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{compactUri(href)}}
-
-
-
-
-
-
-
- {{compactUri(subj)}}, {{compactUri(pred)}},
- {{formatted(out)}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Board
-
Devices
-
-
-
-
- {{dev.className}}
-
-
-
- watching:
-
-
-
-
- send output:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r db58e417b9eb -r bb43ad96da8c service/arduinoNode/static/output-widgets.html
--- a/service/arduinoNode/static/output-widgets.html Thu Apr 25 17:23:29 2019 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,199 +0,0 @@
-
-
-
-
-
-
-
-
- Set {{compactUri(subj)}}'s
- {{compactUri(pred)}} to
-
-
-
-
-
-
-
-
-
-
color pick {{value}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{value}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{value}}
-
-
-
-
-
-
-
-