Skip to content

Commit

Permalink
v3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jemu75 committed May 6, 2021
1 parent fe848ca commit 11762f7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 685 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhemapp",
"version": "3.17.0",
"version": "3.17.1",
"private": true,
"author": "jemu75",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/components/TemplPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
},
methods: {
set(device, param) {
let cmd = param.match('set') ? param : 'set ' + device + ' ' + param;
this.$fhem.request(cmd);
},
loadItem(obj) {
let device = this.$fhem.getEl(obj, 'Name') || '';
let alias = this.$fhem.getEl(obj, 'Attributes', 'alias') || obj.Name;
Expand Down
299 changes: 0 additions & 299 deletions src/components/_TemplChart.vue

This file was deleted.

Loading

0 comments on commit 11762f7

Please sign in to comment.