20.11.2025, 12:41
This will only work locally not via cloud. We plan to create a more complex alerting system that will have cloud connectivity.
Instead of using built-in alerts you can use a virtual object with 250 byte text data type. For this to work over cloud you either need to have this object displayed on any visu plan or assign lmcloud tag to this object.
Instead of using built-in alerts you can use a virtual object with 250 byte text data type. For this to work over cloud you either need to have this object displayed on any visu plan or assign lmcloud tag to this object.
Code:
localbus.listen('groupwrite', (e) => {
if (e.dst === '0/0/14') {
alert(e.value)
}
})