We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f14bf commit 77cd265Copy full SHA for 77cd265
1 file changed
Home Connect Cloud/module.php
@@ -8,12 +8,14 @@
8
class HomeConnectCloud extends WebOAuthModule
9
{
10
use TestAPI;
11
+
12
// Simulation
13
// const HOME_CONNECT_BASE = 'https://simulator.home-connect.com/api/';
14
// private $oauthIdentifer = 'home_connect_dev';
15
16
//Real
17
public const HOME_CONNECT_BASE = 'https://api.home-connect.com/api/';
18
19
private $oauthIdentifer = 'home_connect';
20
21
private $oauthServer = 'oauth.ipmagic.de';
0 commit comments