Skip to content

Commit

Permalink
Merge pull request #14 from alydersen/feature/dali
Browse files Browse the repository at this point in the history
Feature: Add DALI support
  • Loading branch information
alydersen authored Jul 23, 2020
2 parents 72fe2d7 + 62e574a commit 1892cbf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
},
"0.3.1": {
"en": "Maintenance release (dependencies)"
},
"0.3.2": {
"en": "Added DALI support"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If devices are not discovered, no traffic is published on the bus for that devic
## Supported equipment

- Relays
- Dimmers
- Dimmers (this also includes DMX and DALI)
- Multisensors (x-in-1 etc.)
- Temperature sensors

Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.github.alydersen.hdl-smartbus-homey",
"version": "0.3.1",
"version": "0.3.2",
"compatibility": ">=3.1.0",
"sdk": 2,
"name": {
Expand Down Expand Up @@ -194,4 +194,4 @@
]
}
]
}
}
9 changes: 8 additions & 1 deletion hdl/hdl_dimmers.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,14 @@ class HdlDimmers {
"854": { channels: 48 },
"16": { channels: 48 },
"18": { channels: 48 },
"32": { channels: 48 }
"32": { channels: 48 },
"40": { channels: 48 },
"41": { channels: 48 },
"42": { channels: 64 },
"43": { channels: 64 },
"4300": { channels: 64 },
"4301": { channels: 64 },
"4302": { channels: 64 }
};
}
}
Expand Down

0 comments on commit 1892cbf

Please sign in to comment.