Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 928002a

Browse files
author
codeoverflow-org
committed
Update generated documentation (codeoverflow-org/nodecg-io@da25de6)
1 parent 5a5afed commit 928002a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/dependencies.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ FontStyle Underline
2727
[<u>monaco-editor] as monaco_editor <<lib>> [[https://www.npmjs.com/package/monaco-editor]]
2828
[<u>nodecg-io-discord] as nodecg_io_discord <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-discord]]
2929
[<u>discord.js] as discord_js <<lib>> [[https://www.npmjs.com/package/discord.js]]
30+
[<u>nodecg-io-elgato-light] as nodecg_io_elgato_light <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-elgato-light]]
31+
[<u>@types/node-fetch] as types_node_fetch <<lib>> [[https://www.npmjs.com/package/@types/node-fetch]]
3032
[<u>nodecg-io-gsheets] as nodecg_io_gsheets <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-gsheets]]
3133
[<u>@types/gapi] as types_gapi <<lib>> [[https://www.npmjs.com/package/@types/gapi]]
3234
[<u>express] as express <<lib>> [[https://www.npmjs.com/package/express]]
@@ -40,7 +42,6 @@ FontStyle Underline
4042
[<u>easymidi] as easymidi <<lib>> [[https://www.npmjs.com/package/easymidi]]
4143
[<u>nodecg-io-midi-output] as nodecg_io_midi_output <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-midi-output]]
4244
[<u>nodecg-io-nanoleaf] as nodecg_io_nanoleaf <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-nanoleaf]]
43-
[<u>@types/node-fetch] as types_node_fetch <<lib>> [[https://www.npmjs.com/package/@types/node-fetch]]
4445
[<u>nodecg-io-obs] as nodecg_io_obs <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-obs]]
4546
[<u>obs-websocket-js] as obs_websocket_js <<lib>> [[https://www.npmjs.com/package/obs-websocket-js]]
4647
[<u>nodecg-io-philipshue] as nodecg_io_philipshue <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-philipshue]]
@@ -105,6 +106,9 @@ nodecg_io_debug --> nodecg_io_core
105106
nodecg_io_debug ...> monaco_editor
106107
nodecg_io_discord ...> discord_js
107108
nodecg_io_discord --> nodecg_io_core
109+
nodecg_io_elgato_light ...> types_node_fetch
110+
nodecg_io_elgato_light ...> node_fetch
111+
nodecg_io_elgato_light --> nodecg_io_core
108112
nodecg_io_gsheets ...> types_gapi
109113
nodecg_io_gsheets ...> express
110114
nodecg_io_gsheets ...> googleapis

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Bugs](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/bug)
77
[![Pull Requests](https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/pulls)
88
<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->
9-
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=35&color=blue&style=flat-square)](services.md)
9+
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=36&color=blue&style=flat-square)](services.md)
1010
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE)
1111
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/sX2Gjbs/)
1212

docs/services.md

+10
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ See the [sample implementation](samples/discord.md)
5555
Depends on [discord.js](https://www.npmjs.com/package/discord.js) @ ^12.5.3 <br>
5656
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
5757

58+
## [nodecg-io-elgato-light](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-elgato-light)
59+
60+
**Control your Elgato lights, e.g. key lights and light stripes.**
61+
62+
There's no sample implementation for this service yet.
63+
64+
Depends on [@types/node-fetch](https://www.npmjs.com/package/@types/node-fetch) @ ^2.5.10 <br>
65+
Depends on [node-fetch](https://www.npmjs.com/package/node-fetch) @ ^2.6.1 <br>
66+
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
67+
5868
## [nodecg-io-gsheets](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-gsheets)
5969

6070
**Allow to control Google Sheets.**

0 commit comments

Comments
 (0)