Skip to content

Commit

Permalink
Merge pull request #75 from prasad-edlabadka/feature/apiv2
Browse files Browse the repository at this point in the history
Feature/apiv2
  • Loading branch information
prasad-edlabadka authored Sep 10, 2022
2 parents d5c082d + cc4a3b9 commit 6c66c1f
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 36 deletions.
1 change: 1 addition & 0 deletions dist/lib/accessories/AirConditionerAccessory.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export declare class AirConditionerAccessory extends BaseAccessory {
private modeCode;
private acStates;
constructor(platform: TuyaIRPlatform, accessory: PlatformAccessory);
getTemperatureRange(): void;
/**
* Load latest device status.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/accessories/AirConditionerAccessory.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 27 additions & 6 deletions dist/lib/accessories/AirConditionerAccessory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/accessories/AirConditionerAccessory.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/lib/accessories/FanAccessory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/accessories/GenericAccessory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/lib/api/DeviceConfigurationHelper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/api/DeviceConfigurationHelper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Tuya IR Platform",
"name": "homebridge-tuya-ir",
"version": "1.0.6",
"version": "1.0.7",
"description": "Allows homebridge to control Tuya IR Blaster based devices",
"license": "Apache-2.0",
"repository": {
Expand Down
Loading

0 comments on commit 6c66c1f

Please sign in to comment.