Skip to content

Releases: esl/elarm

exciting changes - upgrade to rebar3 !!

17 Aug 13:33
d5af5a9
Compare
Choose a tag to compare
Merge pull request #56 from esl/feature/upgrade-to-rebar3

Feature/upgrade to rebar3

Change in clear notifications, new API function

01 Oct 08:30
Compare
Choose a tag to compare
  • new API function elarm:clear/4 to add the reason why the alarm was cleared; no other API changes
 elarm:clear(Server, AlarmId, Source, ClearReason)
  • Elarm sends the event for clear and manual clear in the same format

    {elarm, Ref, {clear, alarm_id(), alarm_src(), event_id(), Reason}}
    when Reason :: ok | {manual, UserId} | source_gone | term()

Stability fixes

01 Sep 11:49
Compare
Choose a tag to compare
Merge pull request #34 from dszoboszlay/master

Fix compilation issues

Version 0.1.0

03 Jun 09:16
Compare
Choose a tag to compare
Merge pull request #21 from hcs42/master

Fix copyright header