We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06014d commit 0178321Copy full SHA for 0178321
addon_files/redmatic/www/getconfig.cgi
@@ -3,12 +3,12 @@
3
source ../lib/querystring.tcl
4
source ../lib/session.tcl
5
6
+puts "Content-Type: text/plain\n"
7
+
8
if {[info exists sid] && [check_session $sid]} {
9
set fp [open "/usr/local/addons/redmatic/etc/settings.json" r]
- puts "Content-Type: text/json\n"
10
puts -nonewline [read $fp]
11
close $fp
12
} else {
- puts "Content-Type: text/plain\n"
13
puts {error: invalid session}
14
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redmatic",
- "version": "1.9.8",
+ "version": "1.9.9",
"description": "Node-RED packaged as Homematic CCU addon",
"repository": "github:hobbyquaker/redmatic",
"private": true,
0 commit comments