Skip to content

Commit

Permalink
Updated API version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvdpol committed Dec 10, 2024
1 parent dfb34a5 commit f02dab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { DeviceType } = require('./Enums');

class Client extends OAuth2Client {

static API_URL = 'https://api.tedee.com/api/v1.30';
static API_URL = 'https://api.tedee.com/api/v1.33';
static TOKEN_URL = 'https://tedee.b2clogin.com/tedee.onmicrosoft.com/B2C_1A_Signup_Signin_With_Kmsi/oauth2/v2.0/token';
static AUTHORIZATION_URL = 'https://tedee.b2clogin.com/tedee.onmicrosoft.com/B2C_1A_Signup_Signin_With_Kmsi/oauth2/v2.0/authorize';
static SCOPES = [
Expand Down
1 change: 1 addition & 0 deletions lib/Enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
Keypad: 3,
LockGo: 4,
Gate: 5,
DryContact: 6,
},

LockState: {
Expand Down

0 comments on commit f02dab5

Please sign in to comment.