From 8a9af1ef9ffea69a6a7f1a3bd7ffc131cd19cb28 Mon Sep 17 00:00:00 2001 From: Chron-O-John <36130691+Chron-O-John@users.noreply.github.com> Date: Tue, 4 Feb 2020 19:16:47 +0100 Subject: [PATCH] added ini file without token --- dmxSettings.ini | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dmxSettings.ini diff --git a/dmxSettings.ini b/dmxSettings.ini new file mode 100644 index 0000000..1586449 --- /dev/null +++ b/dmxSettings.ini @@ -0,0 +1,64 @@ +[communication] +port = COM3 + +[token] +sockettoken = none + +[follow] +alert = True +dmxchannel = 1 +dmxvalue = 255 +seconds = 3.0 +default = 0 + +[subscription] +alert = True +dmxchannel = 2 +dmxvalue = 255 +seconds = 3.0 +default = 0 + +[resub] +alert = True +dmxchannel = 2 +dmxvalue = 255 +seconds = 3.0 +default = 0 + +[prime_sub_gift] +alert = True +dmxchannel = 1 +dmxvalue = 255 +seconds = 3.0 +default = 0 + +[host] +alert = True +dmxchannel = 3 +dmxvalue = 255 +seconds = 3.0 +default = 1 + +[bits] +alert = True +dmxchannel = 1 +dmxvalue = 255 +seconds = 0.1 +default = 0 +secondsperunit = True + +[raids] +alert = True +dmxchannel = 1 +dmxvalue = 255 +seconds = 3.0 +default = 0 + +[donation] +alert = True +dmxchannel = 1 +dmxvalue = 255 +seconds = 1.0 +default = 0 +secondsperunit = True +