Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 7ecab12

Browse files
committed
fixed program issue
1 parent 3dd48cb commit 7ecab12

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

ChannelServices/HomeMaticHomeKitProgramService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HomeMaticHomeKitProgramService.prototype.createDeviceService = function(Service,
4848
if (value==1) {
4949

5050
that.log("Launch Program " + that.name);
51-
that.command("sendregacommand","","var x=dom.GetObject(\""+that.name+"\");if (x) {x.ProgramExecute();}",function() {
51+
that.command("sendregacommand","","var x=dom.GetObject(\""+that.adress+"\");if (x) {x.ProgramExecute();}",function() {
5252

5353
});
5454

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
**** BEGINNING OF VERSION 0.0.41 the selection of channels to use with HomeKit via a CCU Subsection is mandatory
55

6+
Version 0.0.65
7+
fix for Programs
8+
69
Version 0.0.64
710
fix for https://github.com/thkl/homebridge-homematic/issues/85
811
optional autoupdate

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-homematic",
3-
"version": "0.0.64",
3+
"version": "0.0.65",
44
"description": "Homematic plugin for homebridge: https://github.com/nfarina/homebridge",
55
"license": "ISC",
66
"keywords": [

0 commit comments

Comments
 (0)