Skip to content

Commit

Permalink
Modularize ariston api
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Apr 29, 2024
1 parent 7211173 commit 5b7f506
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 655 deletions.
2 changes: 1 addition & 1 deletion app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { App } from 'homey'
import AristonAPI from './ariston/api'
import AristonAPI from 'ariston-api'
import { Settings as LuxonSettings } from 'luxon'

export = class AristonApp extends App {
Expand Down
219 changes: 0 additions & 219 deletions ariston/api.ts

This file was deleted.

48 changes: 0 additions & 48 deletions ariston/lib/APICallContextData.ts

This file was deleted.

27 changes: 0 additions & 27 deletions ariston/lib/APICallErrorData.ts

This file was deleted.

17 changes: 0 additions & 17 deletions ariston/lib/APICallRequestData.ts

This file was deleted.

24 changes: 0 additions & 24 deletions ariston/lib/APICallResponseData.ts

This file was deleted.

Loading

0 comments on commit 5b7f506

Please sign in to comment.