Skip to content

Commit

Permalink
extend the climate start time to 10m by default
Browse files Browse the repository at this point in the history
  • Loading branch information
huttotw committed Mar 13, 2024
1 parent 410b57d commit 0554f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [ 140 ],
"eslint.enable": true
Expand Down
2 changes: 1 addition & 1 deletion src/kiaconnect/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class KiaConnect {
defrost: false,
ventilationWarning: false,
ignitionOnDuration: {
value: 5,
value: 10,
unit: 4,
},
heatingAccessory: {
Expand Down

0 comments on commit 0554f6b

Please sign in to comment.