From a96160ef1539563ab95070bd6607d2a34d7acad5 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 5 Feb 2024 12:53:42 +0100 Subject: [PATCH] Add windy notifications templates --- initdb/02_3_1_signalk_public_tables.sql | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/initdb/02_3_1_signalk_public_tables.sql b/initdb/02_3_1_signalk_public_tables.sql index 7ce4dad..e54283e 100644 --- a/initdb/02_3_1_signalk_public_tables.sql +++ b/initdb/02_3_1_signalk_public_tables.sql @@ -105,27 +105,27 @@ INSERT INTO public.email_templates VALUES E'You requested a password recovery. Check your email!\n'), ('telegram_otp', 'Telegram bot', - E'Hello,\nTo connect your account to a @postgsail_bot. Please type this verification code __OTP_CODE__ back to the bot.\nThe code is valid 15 minutes.\nThe PostgSail Team', + E'Hello,\nTo connect your account to a @postgsail_bot. Please type this verification code __OTP_CODE__ back to the bot.\nThe code is valid 15 minutes.\nFrancois', 'Telegram bot', E'Hello,\nTo connect your account to a @postgsail_bot. Check your email!\n'), ('telegram_valid', 'Telegram bot', - E'Hello __RECIPIENT__,\nCongratulations! You have just connect your account to your vessel, @postgsail_bot.\n\nThe PostgSail Team', + E'Hello __RECIPIENT__,\nCongratulations! You have just connect your account to your vessel, @postgsail_bot.\nFrancois', 'Telegram bot!', E'Congratulations!\nYou have just connect your account to your vessel, @postgsail_bot.\n'), ('no_vessel', 'PostgSail add your boat', - E'Hello __RECIPIENT__,\nYou created an account on PostgSail but you have not added your boat yet.\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nThe PostgSail Team', + E'Hello __RECIPIENT__,\nYou created an account on PostgSail but you have not added your boat yet.\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nFrancois', 'PostgSail next step', E'Hello,\nYou should create your vessel. Check your email!\n'), ('no_metadata', 'PostgSail connect your boat', - E'Hello __RECIPIENT__,\nYou created an account on PostgSail but you have not connected your boat yet.\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nThe PostgSail Team', + E'Hello __RECIPIENT__,\nYou created an account on PostgSail but you have not connected your boat yet.\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nFrancois', 'PostgSail next step', E'Hello,\nYou should connect your vessel. Check your email!\n'), ('no_activity', 'PostgSail boat inactivity', - E'Hello __RECIPIENT__,\nWe don\'t see any activity on your account, do you need any assistance?\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nThe PostgSail Team.', + E'Hello __RECIPIENT__,\nWe don\'t see any activity on your account, do you need any assistance?\nIf you need any assistance, I would be happy to help. It is free and an open-source.\nFrancois.', 'PostgSail inactivity!', E'We detected inactivity. Check your email!\n'), ('deactivated', @@ -137,7 +137,12 @@ INSERT INTO public.email_templates VALUES 'PostgSail Grafana integration', E'Hello __RECIPIENT__,\nCongratulations! You unlocked Grafana dashboard.\nSee more details at https://app.openplotter.cloud\nHappy sailing!\nFrancois', 'PostgSail Grafana!', - E'Congratulations!\nYou unlocked Grafana dashboard.\nSee more details at https://app.openplotter.cloud\n'); + E'Congratulations!\nYou unlocked Grafana dashboard.\nSee more details at https://app.openplotter.cloud\n'), +('windy', + 'PostgSail Windy Weather station', + E'Hello __RECIPIENT__,\nCongratulations! Your boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\nHappy sailing!\nFrancois', + 'PostgSail Windy!', + E'Congratulations!\nYour boat is now a Windy Weather station.\nSee more details at __APP_URL__/windy\n'); --------------------------------------------------------------------------- -- Queue handling