Search found 25 matches

by pah111kg
13 Sep 2016 22:30
Forum: Discussions in English
Topic: Retrieving authenticated user
Replies: 10
Views: 10878

Re: Retrieving authenticated user

My proposal does not help much:

Code: Select all

console.log(http);
... log: [object ZWayHTTP]

Code: Select all

console.log(JSON.stringify(http));
... log: {}
by pah111kg
13 Sep 2016 22:20
Forum: Discussions in English
Topic: Retrieving authenticated user
Replies: 10
Views: 10878

Re: Retrieving authenticated user

Hi,

I think you could try the following to log the http object:

Code: Select all

console.log(JSON.stringify(http);
The log file contains than the object as string and you can view the structure and content of http object.
by pah111kg
10 Sep 2016 09:29
Forum: Discussions in English
Topic: Unable to download App
Replies: 8
Views: 12049

Re: Unable to download App

I get the same error on Windows and Z-Way Version v2.2.3-rc2.
by pah111kg
10 Sep 2016 09:05
Forum: Discussions in English
Topic: Which software license for apps?
Replies: 3
Views: 4295

Re: Which software license for apps?

Thanks PoltoS, I now use GNU GPL v3.
by pah111kg
02 Sep 2016 19:08
Forum: Discussions in English
Topic: Which software license for apps?
Replies: 3
Views: 4295

Which software license for apps?

Hi, I developed an App for Z-Way, but I have not found any information about the software license of the Z-Way software (https://github.com/Z-Wave-Me/home-automation/). I would publish the app on Github and in the App Store. Which software license can I choose that compatibility is ensured? Some app...