Skip to content

Commit

Permalink
Merge pull request #1 from HasseJohansen/move-tradfri-config
Browse files Browse the repository at this point in the history
move trådfri config file from default to the same in cwd config.json …
  • Loading branch information
HasseJohansen authored Jul 11, 2021
2 parents b4e0602 + 582bd13 commit 478365a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var first_run = false
var roon = new RoonApi({
extension_id: 'dk.hagenjohansen.roontradfri',
display_name: "Roon Tradfri",
display_version: "0.0.7",
display_version: "0.0.8",
publisher: 'Hasse Hagen Johansen',
email: '[email protected]',
website: 'https://github.com/HasseJohansen/roon-extension-ikea-tradfri',
Expand Down
2 changes: 1 addition & 1 deletion connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const delay = require('delay');
const NodeTradfriClient = require("node-tradfri-client");
const path = require( 'path' );

const conf = new Conf();
const conf = new Conf({"cwd": "."});
const { discoverGateway, TradfriClient } = NodeTradfriClient;

async function getConnection(gwcode) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roon-extension-ikea-tradfri",
"version": "0.0.7",
"version": "0.0.8",
"description": "Roon Extension for switching IKEA Trådfri smart switches",
"main": "app.js",
"author": "Hasse Hagen Johansen",
Expand Down

0 comments on commit 478365a

Please sign in to comment.