Skip to content

Commit

Permalink
HA API fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petersem committed Sep 3, 2024
1 parent b4fd4d0 commit 1df24ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ app.post(
})
}
else{
theaterMode=true;
sleepAPI=true;
theaterOn()
res.send({
status: sleepAPI
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": "posterr",
"version": "1.18.0",
"version": "1.18.1",
"description": "A digital display for your media",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 1df24ac

Please sign in to comment.