File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# XML-API CCU Addon
2
2
3
- [ ![ Release] ( https://img.shields.io/github/release/hobbyquaker /XML-API.svg )] ( https://github.com/hobbyquaker /XML-API/releases/latest )
4
- [ ![ Downloads] ( https://img.shields.io/github/downloads/hobbyquaker /XML-API/latest/total.svg )] ( https://github.com/hobbyquaker /XML-API/releases/latest )
5
- [ ![ Issues] ( https://img.shields.io/github/issues/hobbyquaker /XML-API.svg )] ( https://github.com/hobbyquaker /XML-API/issues )
3
+ [ ![ Release] ( https://img.shields.io/github/release/homematic-community /XML-API.svg )] ( https://github.com/homematic-community /XML-API/releases/latest )
4
+ [ ![ Downloads] ( https://img.shields.io/github/downloads/homematic-community /XML-API/latest/total.svg )] ( https://github.com/homematic-community /XML-API/releases/latest )
5
+ [ ![ Issues] ( https://img.shields.io/github/issues/homematic-community /XML-API.svg )] ( https://github.com/homematic-community /XML-API/issues )
6
6
[ ![ License] ( https://img.shields.io/badge/license-GPL%203.0-green.svg )] ( https://opensource.org/licenses/GPL-3.0 )
7
7
8
8
A HomeMatic CCU Addon implementing a xml request functionality as an interface to all homematic deviced available to a CCU device. This addon provides useful scripts that can be accessed via a HTTP request to a CCU device and allows to query and set all e.g. room- and devicetype names.
Original file line number Diff line number Diff line change 1
- 1.21
1
+ 1.22
Original file line number Diff line number Diff line change 1
1
# !/bin/tclsh
2
2
3
- set checkURL " https://raw.githubusercontent.com/hobbyquaker /XML-API/master/VERSION"
4
- set downloadURL " https://github.com/hobbyquaker /XML-API/releases/latest "
3
+ set checkURL " https://raw.githubusercontent.com/homematic-community /XML-API/master/VERSION"
4
+ set downloadURL " https://github.com/homematic-community /XML-API/releases"
5
5
6
6
catch {
7
7
set input $env(QUERY_STRING)
8
8
set pairs [split $input &]
9
9
foreach pair $pairs {
10
- if {0 != [regexp "^(\[ ^=]*)=(.*)$" $pair dummy varname val]} {
11
- set $varname $val
10
+ if {$pair == " cmd=download" } {
11
+ set cmd " download"
12
+ break
12
13
}
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments