-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnotification.json
More file actions
56 lines (56 loc) · 2.17 KB
/
notification.json
File metadata and controls
56 lines (56 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://intech.studio/support-and-downloads",
"message": "New Firmware version is available, please Save your configuration to the Profile Cloud before updating to prevent loss of data.",
"version": "1.6.1"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://intech.studio/software-downloads",
"message": "New Editor version is available, but AutoUpdate is broken :( Please download manually from https://intech.studio/",
"version": "1.6.2"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://www.kickstarter.com/projects/intechstudio/vsn1-the-visionary-controlling-tool?utm_source=editor&utm_medium=text-banner&utm_campaign=ks",
"message": "Our Kickstarter ends soon! Check it out if you are interested and become a backer!"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://docs.intech.studio/guides/troubleshooting/firmware#%EF%B8%8F-updating-the-firmware-manually",
"message": "If you experience black LEDs on a Grid purchased before May of 2023 after a firmware update, please downgarde your firmware version to 1.2.29 manually. Apologies for the inconvenience. Guide for manual firmware updates here:"
},
{
"type": "notificationBAK",
"delay": 5000,
"class": "bg-blue-500 text-white",
"dismissable": true,
"link": "https://intech.studio/shop/modules/ef44",
"message": "Couple EF44 version 1.0 units are still on stock, can be grabbed with 50% discount! Use discount code on /cart page: EF44-50-OUT"
},
{
"type": "error",
"match": "hello is not",
"link": "https://links.intech.studio/wiki",
"message": "You found the hello error :D How to fix this? Click link to learn more"
},
{
"type": "error",
"match": "other is not",
"link": "",
"message": "This is another error that is handled but without solution"
}
]