Skip to content

Commit

Permalink
added ini file without token
Browse files Browse the repository at this point in the history
  • Loading branch information
Chron-O-John authored Feb 4, 2020
1 parent da241c8 commit 8a9af1e
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions dmxSettings.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a9af1e

Please sign in to comment.