Skip to content

Commit

Permalink
Bugfixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Stueben committed Jul 4, 2020
1 parent 2f9e980 commit c99fb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devices/shellybutton1.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let shellybutton1 = {
'Button.Event': {
coap: {
coap_publish: '119',
coap_publish_funct: (value,self) => { shellyHelper.setAndInitValue(self, 'Button.Event', value, false, 250); },
// coap_publish_funct: (value,self) => { shellyHelper.setAndInitValue(self, 'Button.Event', value, false, 250); },
},
mqtt: {
mqtt_publish: 'shellies/shellybutton1-<deviceid>/input_event/0',
Expand Down

0 comments on commit c99fb43

Please sign in to comment.