From f6675ccdd7a5997def3c4656f0e2c5dbbbed1fc8 Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Fri, 25 Jul 2014 22:13:55 +0200 Subject: embed xexpr-path --- datasources/datastore-functions.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 datasources/datastore-functions.sh (limited to 'datasources/datastore-functions.sh') diff --git a/datasources/datastore-functions.sh b/datasources/datastore-functions.sh deleted file mode 100644 index 22a42ce..0000000 --- a/datasources/datastore-functions.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -DATASTORE_BASE="http://localhost:8080/api" - -put_value_sensor_now() { - sensor=$1 - value=$2 - curl -s -X PUT \ - --data-binary "${value}" \ - "${DATASTORE_BASE}/value/${sensor}" - return $? -} -- cgit v1.2.1