Skip to content

Commit

Permalink
Build with type change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdavis90 committed Feb 4, 2024
1 parent cb45a72 commit c9746d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export declare class Tado {
/**
* @param temperatureOffset in celcius
*/
setDeviceTemperatureOffset(serial_no: string, temperatureOffset: number): Promise<Temperature>;
setDeviceTemperatureOffset(serial_no: number, temperatureOffset: number): Promise<Temperature>;
identifyDevice(serial_no: string): Promise<void>;
setPresence(home_id: number, presence: StatePresence): Promise<void>;
isAnyoneAtHome(home_id: number): Promise<boolean>;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-tado-client",
"version": "0.14.0",
"version": "0.14.1",
"description": "A Tado client for nodejs",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit c9746d1

Please sign in to comment.