Skip to content

Commit 7c89c25

Browse files
committed
Fix error in rf/status ajax call
1 parent 67a6b42 commit 7c89c25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

broadlinkmanager/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.0
1+
5.8.1

broadlinkmanager/dist/js/home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function learnrf(_type, _host, _mac) {
255255
function getRfStatus() {
256256
$.ajax(
257257
{
258-
url: '/rf/status',
258+
url: 'rf/status',
259259
dataType: "json",
260260
success: function (data) {
261261
data = $.parseJSON(data);

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Broadlink Manager"
22
description: "Easely learn and send IR/RF Command"
33
codenotary: [email protected]
4-
version: "5.8.0"
4+
version: "5.8.1"
55
slug: "broadlink_manager"
66
panel_icon: mdi:remote
77
panel_admin: false

0 commit comments

Comments
 (0)