Skip to content

Commit 7795ab0

Browse files
committed
Copyright addition; branding changed to CoachProxyOS.
1 parent 26963ef commit 7795ab0

File tree

2 files changed

+67
-7
lines changed

2 files changed

+67
-7
lines changed

roles/coachproxy/files/configurator/flows_coachproxy-template.json

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,17 @@
659659
"width": "6",
660660
"collapse": false
661661
},
662+
{
663+
"id": "e4fd4ed4.a377f",
664+
"type": "ui_group",
665+
"z": "",
666+
"name": "About",
667+
"tab": "2b742e36.100002",
668+
"order": 5,
669+
"disp": true,
670+
"width": "6",
671+
"collapse": false
672+
},
662673
{
663674
"id": "8918319e.52f4",
664675
"type": "ui_switch",
@@ -7051,7 +7062,7 @@
70517062
"order": 2,
70527063
"width": "0",
70537064
"height": "0",
7054-
"format": "<div style=\"height: 130px;\">\n<p>\n Welcome to CoachProxy!\n</p>\n<p>\n <br>\n Please select your year, model, and floor plan\n below to begin. Note, you may need to scroll down\n in the menu to find your model or floor plan.\n</p>\n</div>\n",
7065+
"format": "<div style=\"height: 130px;\">\n<p>\n Welcome to CoachProxyOS!\n</p>\n<p>\n <br>\n Please select your year, model, and floor plan\n below to begin. Note, you may need to scroll down\n in the menu to find your model or floor plan.\n</p>\n</div>\n",
70557066
"storeOutMessages": false,
70567067
"fwdInMessages": false,
70577068
"templateScope": "local",
@@ -7070,7 +7081,7 @@
70707081
"order": 1,
70717082
"width": "0",
70727083
"height": "0",
7073-
"format": "<div style='height: 220px;'>\n<p>\n When finished, use the \"Save and Install\" button\n below to save your changes and re-configure your\n CoachProxy.\n</p>\n<p>\n <br>\n <b>Important</b>: Your web browser will disconnect momentarily while CoachProxy reloads. This re-configuration process will take approximately 30 seconds to complete.\n</p>\n</div>",
7084+
"format": "<div style='height: 220px;'>\n<p>\n When finished, use the \"Save and Install\" button\n below to save your changes and re-configure\n CoachProxyOS.\n</p>\n<p>\n <br>\n <b>Important</b>: Your web browser will disconnect momentarily while CoachProxyOS reloads. This re-configuration process will take approximately 30 seconds to complete.\n</p>\n</div>",
70747085
"storeOutMessages": false,
70757086
"fwdInMessages": false,
70767087
"templateScope": "local",
@@ -15326,7 +15337,7 @@
1532615337
"order": 1,
1532715338
"width": "6",
1532815339
"height": "3",
15329-
"format": "<div style='margin-bottom: 1em;'>\nIf Alexa Discovery is not finding any devices, you can\nrestart CoachProxy's voice software with the button below,\nthen immediately try discovery again via Alexa.\n</div>\n",
15340+
"format": "<div style='margin-bottom: 1em;'>\nIf Alexa Discovery is not finding any devices, you can\nrestart the CoachProxyOS voice software with the button below,\nthen immediately try discovery again via Alexa.\n</div>\n",
1533015341
"storeOutMessages": true,
1533115342
"fwdInMessages": true,
1533215343
"templateScope": "local",
@@ -21679,7 +21690,7 @@
2167921690
"type": "function",
2168021691
"z": "2fdd8124.05e35e",
2168121692
"name": "Test Notification Message",
21682-
"func": "let message = \"Hi! This is a test notification from CoachProxy to Pushover.\\n\\n\";\nmessage = message + \"You can control your notification sounds, quiet hours, and other \";\nmessage = message + \"options in the Pushover app on your phone or tablet.\";\n\nmsg.headers = {\n \"content-type\": \"application/x-www-form-urlencoded\"\n};\n\nmsg.payload = { \n user: global.get('settings2')['pushover_key'],\n token: 'afvtrcguexvtutk7orsc41m1fcw42i',\n title: 'CoachProxy Test Notification',\n message: message,\n};\n\nreturn msg;",
21693+
"func": "let message = \"Hi! This is a test notification from CoachProxyOS to Pushover.\\n\\n\";\nmessage = message + \"You can control your notification sounds, quiet hours, and other \";\nmessage = message + \"options in the Pushover app on your phone or tablet.\";\n\nmsg.headers = {\n \"content-type\": \"application/x-www-form-urlencoded\"\n};\n\nmsg.payload = { \n user: global.get('settings2')['pushover_key'],\n token: 'afvtrcguexvtutk7orsc41m1fcw42i',\n title: 'CoachProxyOS Test Notification',\n message: message,\n};\n\nreturn msg;",
2168321694
"outputs": 1,
2168421695
"noerr": 0,
2168521696
"x": 2470,
@@ -22741,5 +22752,24 @@
2274122752
"9bf42094.a5b268"
2274222753
]
2274322754
]
22755+
},
22756+
{
22757+
"id": "bb67848e.4759b8",
22758+
"type": "ui_template",
22759+
"z": "f6c367c2.63b9b8",
22760+
"group": "e4fd4ed4.a377f",
22761+
"name": "Copyright",
22762+
"order": 3,
22763+
"width": "6",
22764+
"height": "4",
22765+
"format": "<div layout='column' layout-align='space-between'>\n <p>CoachProxyOS © 2019</p>\n <p>CoachProxyOS comes with ABSOLUTELY NO WARRANTY.\n This is free software, and you are welcome to redistribute it\n under certain conditions.</p>\n <p>See <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">https://www.gnu.org/licenses/gpl-3.0.html</a>\n for complete details.</p>\n</div>",
22766+
"storeOutMessages": true,
22767+
"fwdInMessages": true,
22768+
"templateScope": "local",
22769+
"x": 700,
22770+
"y": 80,
22771+
"wires": [
22772+
[]
22773+
]
2274422774
}
22745-
]
22775+
]

roles/coachproxy/files/node-red/flows_coachproxy-base.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,17 @@
204204
"width": "6",
205205
"collapse": false
206206
},
207+
{
208+
"id": "dfe1b930.5130a",
209+
"type": "ui_group",
210+
"z": "",
211+
"name": "About",
212+
"tab": "2b742e36.100002",
213+
"order": 5,
214+
"disp": true,
215+
"width": "6",
216+
"collapse": false
217+
},
207218
{
208219
"id": "9634a554.eba588",
209220
"type": "ui_button",
@@ -1732,7 +1743,7 @@
17321743
"order": 2,
17331744
"width": "0",
17341745
"height": "0",
1735-
"format": "<div style=\"height: 130px;\">\n<p>\n Welcome to CoachProxy!\n</p>\n<p>\n <br>\n Please select your year, model, and floor plan\n below to begin. Note, you may need to scroll down\n in the menu to find your model or floor plan.\n</p>\n</div>\n",
1746+
"format": "<div style=\"height: 130px;\">\n<p>\n Welcome to CoachProxyOS!\n</p>\n<p>\n <br>\n Please select your year, model, and floor plan\n below to begin. Note, you may need to scroll down\n in the menu to find your model or floor plan.\n</p>\n</div>\n",
17361747
"storeOutMessages": false,
17371748
"fwdInMessages": false,
17381749
"templateScope": "local",
@@ -1751,7 +1762,7 @@
17511762
"order": 1,
17521763
"width": "0",
17531764
"height": "0",
1754-
"format": "<div style='height: 220px;'>\n<p>\n When finished, use the \"Save and Install\" button\n below to save your changes and re-configure your\n CoachProxy.\n</p>\n<p>\n <br>\n <b>Important</b>: Your web browser may say 'Connection lost' while CoachProxy reloads. The re-configuration process will take approximately 30 seconds to complete.\n</p>\n</div>",
1765+
"format": "<div style='height: 220px;'>\n<p>\n When finished, use the \"Save and Install\" button\n below to save your changes and re-configure\n CoachProxyOS.\n</p>\n<p>\n <br>\n <b>Important</b>: Your web browser may say 'Connection lost' while CoachProxyOS reloads. The re-configuration process will take approximately 30 seconds to complete.\n</p>\n</div>",
17551766
"storeOutMessages": false,
17561767
"fwdInMessages": false,
17571768
"templateScope": "local",
@@ -2322,5 +2333,24 @@
23222333
"21735e3b.c9fa92"
23232334
]
23242335
]
2336+
},
2337+
{
2338+
"id": "e258d04f.16991",
2339+
"type": "ui_template",
2340+
"z": "f6c367c2.63b9b8",
2341+
"group": "dfe1b930.5130a",
2342+
"name": "Copyright",
2343+
"order": 3,
2344+
"width": "6",
2345+
"height": "4",
2346+
"format": "<div layout='column' layout-align='space-between'>\n <p>CoachProxyOS © 2019</p>\n <p>CoachProxyOS comes with ABSOLUTELY NO WARRANTY.\n This is free software, and you are welcome to redistribute it\n under certain conditions.</p>\n <p>See <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">https://www.gnu.org/licenses/gpl-3.0.html</a>\n for complete details.</p>\n</div>",
2347+
"storeOutMessages": true,
2348+
"fwdInMessages": true,
2349+
"templateScope": "local",
2350+
"x": 620,
2351+
"y": 60,
2352+
"wires": [
2353+
[]
2354+
]
23252355
}
23262356
]

0 commit comments

Comments
 (0)