Skip to content

Commit

Permalink
hasscontrol: more cobwebbery
Browse files Browse the repository at this point in the history
  • Loading branch information
yogsoy committed Jan 26, 2025
1 parent c605231 commit b6596f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hasscontrol/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function hassGetState(entityId) {
}
);
}
*/
function hassSetState(entityId, state) {
Bangle.http(config.hass_url + "/states/" + entityId, {
Expand All @@ -43,6 +42,7 @@ function hassSetState(entityId, state) {
}
);
}
*/

function hassActivateService(service, data) {
Bangle.http(config.hass_url + "/services/" + service.replace(".", "/"), {
Expand Down

0 comments on commit b6596f5

Please sign in to comment.