Skip to content

Commit

Permalink
Fixed problem in deployment pipeline causing broken owncloud marketpl…
Browse files Browse the repository at this point in the history
…ace archive. #76 Thanx to @ibaranov-cp
  • Loading branch information
alexstocker committed Feb 27, 2019
1 parent 0e1b149 commit 2cca569
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# SensorLogger

### 0.1.0.1 RELEASED
* Fixed problem in deployment pipeline causing broken owncloud marketplace archive. #76 Thanx to @ibaranov-cp

### 0.1.0 RELEASED
* Fixed GetDeviceDataTypes API call
* Renamed SensorDevices to Devices
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>SensorLogger for ownCloud enables users to log data provided by sensor devices</description>
<licence>AGPL</licence>
<author>Alexander Stocker</author>
<version>0.1.0</version>
<version>0.1.0.1</version>
<namespace>SensorLogger</namespace>
<category>tools</category>
<ocsid>174814</ocsid>
Expand Down
2 changes: 1 addition & 1 deletion tests/curl/post_extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$temperature = mt_rand (-9.00*10, 49.99*10) / 10;
$co2 = mt_rand (1*10, 1000*10) / 10;

$array = array("deviceId" => "6e643ee8-0f9f-11e7-93ae-92361f002675",
$array = array("deviceId" => "0e643ee8-0f9f-11e7-93ae-92361f002675",
"date" => date('Y-m-d H:i:s'),
"data" => array(array(
"dataTypeId" => 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/curl/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$data_json = json_encode($registerArray);

$username = 'admin';
$token = 'AZDMW-FWBYN-JLQAJ-YXHMD';
$token = 'ZOVOP-DABCK-ZGQMI-UDXKA';
//$username = 'test';
//$token = 'GLOKN-ZRYIN-POCRJ-NFLYK';

Expand Down

0 comments on commit 2cca569

Please sign in to comment.