Skip to content

Commit

Permalink
Merge pull request #3568 from edwardspec/fix-advanced-liquid-sensor
Browse files Browse the repository at this point in the history
Fixed non-working Advanced Liquid Sensor
  • Loading branch information
sayterdarkwynd authored Jun 12, 2024
2 parents 1008212 + 3879e90 commit bf6c91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objects/wired/liquidsensor/swtjc_wp_advancedliquidsensor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ function init()

self.defaultOnAnimation = config.getParameter("defaultOnAnimation","other")
self.defaultOffAnimation = config.getParameter("defaultOffAnimation","off")

liquidLib.init()
end

-- Compares the stored object's 'liquid' field against the sampled liquid's name.
Expand Down

0 comments on commit bf6c91f

Please sign in to comment.