Skip to content

Commit

Permalink
Shorten message
Browse files Browse the repository at this point in the history
  • Loading branch information
x-real-ip committed Jan 16, 2024
1 parent 14ea5a0 commit 502bc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/flows/notification_knmi.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"type": "function",
"z": "b4aa7b8dbc1c80dc",
"name": "shorten message",
"func": "msg.short_message = msg.data.new_state.attributes.Waarschuwing.substr(0, 408);\nreturn msg;",
"func": "msg.short_message = msg.data.new_state.attributes.Waarschuwing.substr(0, 400);\nreturn msg;",
"outputs": 1,
"timeout": 0,
"noerr": 0,
Expand Down

0 comments on commit 502bc0e

Please sign in to comment.