Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bimusiek committed Mar 23, 2024
1 parent ecc0b86 commit c37f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/panasonicApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export class PanasonicApi {
'_csrf':csrf,
'state':state,
'_intstate':'deprecated',
'username':'michal+homebridge@hernas.pl',
'password':'dDBtJ*7kufZn4Nf9',
'username':this.username,
'password':this.password,
'lang':'en',
'connection':'PanasonicID-Authentication',
},
Expand Down

0 comments on commit c37f7ba

Please sign in to comment.