File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12# Streamlabs Arduino Alerts [ ![ Build Status] ( https://travis-ci.com/lucalas/StreamlabsArduinoAlerts.svg?branch=master )] ( https://travis-ci.com/lucalas/StreamlabsArduinoAlerts )
23A work in progress library to connect to your Streamlabs account and catch all the Twitch events.
34
@@ -19,7 +20,16 @@ A work in progress library to connect to your Streamlabs account and catch all t
1920 - ATmega328 with enc28j60 (ATmega branch)
2021 - ATmega2560 with Ethernet Shield (ATmega branch)
2122 - ATmega2560 with enc28j60 (ATmega branch)
22- -
23+
24+ ## Add library
25+ Best thing is to use the Arduino Library Manager.
26+
27+ Go to Sketch > Include Library > Manage Libraries.
28+ Install WebSockets by Markus Sattler
29+ Install SocketIoClient
30+ Install StreamlabsArduinoAlerts
31+ Select Sketch > Include Library > StreamlabsArduinoAlerts
32+
2333## Methods
2434#### connect(socket_token)
2535Method to connect to Streamlabs server, required [ socket token] ( https://streamlabs.readme.io/docs/sockettoken ) .
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ paragraph=A work in progress library to connect to your Streamlabs account and c
77category =Communication
88url =https://github.com/lucalas/StreamlabsArduinoAlerts
99architectures =*
10- depends =SocketIoClient
10+ depends =SocketIoClient, WebSockets
You can’t perform that action at this time.
0 commit comments