From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Exobrain::Intent::Notify - Send a user notification via Exobrain

VERSION

version 1.08

SYNOPSIS

$exobrain->intent('Notify',
message => "Hello World",
priority => 0,
);

DESCRIPTION

This intent notifies the user with the given message. Priority is optional, and defaults to zero. We use the same priority levels as Pushover:

-1 - Low priority, don't disturb user.
0 - Typical priority. May disturb user.
1 - High priority. Often disturbs user.
2 - Emergency. Wake devices from silent.

Some mechanisms may require the user acknowledge a priority 2 event. Use with care.

AUTHOR

Paul Fenwick <pjf@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Paul Fenwick.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.