Skip to content

Commit

Permalink
remove error for last_listener_update
Browse files Browse the repository at this point in the history
  • Loading branch information
phifogg committed Jul 23, 2023
1 parent 2b1c951 commit 9d117ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class Sainlogic extends utils.Adapter {
role: attrdef.role,
min: attrdef.min,
max: attrdef.max,
def: 0,
def: val_obj.val,
read: true,
write: false,
mobile: {
Expand Down

0 comments on commit 9d117ff

Please sign in to comment.