-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.7 version minor fixes, added Mi IR
- Loading branch information
Showing
22 changed files
with
1,107 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"1.0.6": { | ||
"en": "first time publish" | ||
}, | ||
"1.0.7": { | ||
"en": "minor fixes" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"id": "com.maxmudjon.mihomey", | ||
"version": "1.0.6", | ||
"compatibility": ">=1.5.0", | ||
"version": "1.0.7", | ||
"compatibility": ">=2.0.0", | ||
"sdk": 2, | ||
"name": { | ||
"en": "Mi Homey" | ||
|
@@ -41,6 +41,10 @@ | |
"bugs": { | ||
"url": "https://github.com/Maxmudjon/com.maxmudjon.mihomey/issues" | ||
}, | ||
"homeyCommunityTopicId": 19816, | ||
"source": "https://github.com/Maxmudjon/com.maxmudjon.mihomey", | ||
"homepage": "https://github.com/Maxmudjon/com.maxmudjon.mihomey", | ||
"support": "mailto:[email protected]", | ||
"flow": { | ||
"triggers": [ | ||
{ | ||
|
@@ -4396,6 +4400,22 @@ | |
"value": "AABBCC01LM" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "group", | ||
"label": { | ||
"en": "Mode of operation" | ||
}, | ||
"children": [ | ||
{ | ||
"id": "reverted", | ||
"type": "checkbox", | ||
"value": true, | ||
"label": { | ||
"en": "Reverted" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"images": { | ||
|
@@ -8876,6 +8896,9 @@ | |
"alarm_filter_work_time", | ||
"alarm_sensor_dirty_time" | ||
], | ||
"energy": { | ||
"batteries": ["OTHER"] | ||
}, | ||
"capabilitiesOptions": { | ||
"onoff": { | ||
"title": { | ||
|
@@ -9077,6 +9100,9 @@ | |
"alarm_filter_work_time", | ||
"alarm_sensor_dirty_time" | ||
], | ||
"energy": { | ||
"batteries": ["OTHER"] | ||
}, | ||
"capabilitiesOptions": { | ||
"onoff": { | ||
"title": { | ||
|
@@ -9278,6 +9304,9 @@ | |
"alarm_filter_work_time", | ||
"alarm_sensor_dirty_time" | ||
], | ||
"energy": { | ||
"batteries": ["OTHER"] | ||
}, | ||
"capabilitiesOptions": { | ||
"onoff": { | ||
"title": { | ||
|
@@ -9480,6 +9509,9 @@ | |
"alarm_sensor_dirty_time", | ||
"alarm_motion" | ||
], | ||
"energy": { | ||
"batteries": ["OTHER"] | ||
}, | ||
"capabilitiesOptions": { | ||
"onoff": { | ||
"title": { | ||
|
@@ -10131,6 +10163,99 @@ | |
} | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "ir_remote", | ||
"name": { | ||
"en": "Mi IR" | ||
}, | ||
"class": "other", | ||
"capabilities": ["onoff"], | ||
"settings": [ | ||
{ | ||
"type": "group", | ||
"label": { | ||
"en": "Device settings" | ||
}, | ||
"children": [ | ||
{ | ||
"id": "deviceIp", | ||
"type": "text", | ||
"label": { | ||
"en": "Device IP" | ||
}, | ||
"hint": { | ||
"en": "Enter Mi IR remote controller IP address." | ||
}, | ||
"value": "" | ||
}, | ||
{ | ||
"id": "deviceToken", | ||
"type": "text", | ||
"label": { | ||
"en": "Device Token" | ||
}, | ||
"hint": { | ||
"en": "Enter Mi IR remote controller token." | ||
}, | ||
"value": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "group", | ||
"label": { | ||
"en": "Configure sending codes" | ||
}, | ||
"children": [ | ||
{ | ||
"id": "replay", | ||
"type": "number", | ||
"label": { | ||
"en": "Replay" | ||
}, | ||
"value": 1, | ||
"min": 1, | ||
"max": 10 | ||
} | ||
] | ||
} | ||
], | ||
"images": { | ||
"large": "/drivers/ir_remote/assets/images/large.png", | ||
"small": "/drivers/ir_remote/assets/images/small.png" | ||
}, | ||
"pair": [ | ||
{ | ||
"id": "deviceTypes" | ||
}, | ||
{ | ||
"id": "devices", | ||
"navigation": { | ||
"prev": "deviceTypes" | ||
} | ||
}, | ||
{ | ||
"id": "deviceCharacteristics", | ||
"navigation": { | ||
"next": "keys", | ||
"prev": "devices" | ||
} | ||
}, | ||
{ | ||
"id": "keys", | ||
"navigation": { | ||
"next": "done", | ||
"prev": "deviceCharacteristics" | ||
} | ||
}, | ||
{ | ||
"id": "done", | ||
"navigation": { | ||
"prev": "devices" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.