status.message
Displays a notification popup window with a message
{{status.message(id, item_trigger, item_message, item_timestamp, title, text, mode) }}
id
item_trigger
item_message
item_timestamp
title
text
mode
{{ status.message('p1', 'bath.alert.info', '', '', 'Message 1', '... with some plain text ...') }}
{{ status.message('p2', 'bath.alert.warning', 'bath.alert.text', 'bath.time', 'Message 2', '... a warning from the backend ...') }}
{{ status.message('p3', 'bath.alert.error', '', '', 'Message 3', '... can only be closed with the ok button ...', 'error') }}