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

Commit 5fc4cda

Browse files
author
codeoverflow-org
committed
Update generated documentation (codeoverflow-org/nodecg-io@e6f1880)
1 parent edd4e8b commit 5fc4cda

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/dependencies.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ FontStyle Underline
2222
[<u>nodecg-io-android] as nodecg_io_android <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-android]]
2323
[<u>@rauschma/stringio] as rauschma_stringio <<lib>> [[https://www.npmjs.com/package/@rauschma/stringio]]
2424
[<u>get-stream] as get_stream <<lib>> [[https://www.npmjs.com/package/get-stream]]
25+
[<u>nodecg-io-artnet] as nodecg_io_artnet <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-artnet]]
26+
[<u>artnet-protocol] as artnet_protocol <<lib>> [[https://www.npmjs.com/package/artnet-protocol]]
2527
[<u>nodecg-io-curseforge] as nodecg_io_curseforge <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-curseforge]]
2628
[<u>nodecg-io-dbus] as nodecg_io_dbus <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-dbus]]
2729
[<u>dbus-next] as dbus_next <<lib>> [[https://www.npmjs.com/package/dbus-next]]
@@ -106,6 +108,8 @@ nodecg_io_ahk --> nodecg_io_core
106108
nodecg_io_android ...> rauschma_stringio
107109
nodecg_io_android ...> get_stream
108110
nodecg_io_android --> nodecg_io_core
111+
nodecg_io_artnet --> nodecg_io_core
112+
nodecg_io_artnet ...> artnet_protocol
109113
nodecg_io_curseforge ...> node_fetch
110114
nodecg_io_curseforge --> nodecg_io_core
111115
nodecg_io_dbus --> nodecg_io_core

docs/index.md

Lines changed: 1 addition & 1 deletion
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=38&color=blue&style=flat-square)](services.md)
9+
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=39&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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ Depends on [@rauschma/stringio](https://www.npmjs.com/package/@rauschma/stringio
2828
Depends on [get-stream](https://www.npmjs.com/package/get-stream) @ ^6.0.1 <br>
2929
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
3030

31+
## [nodecg-io-artnet](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-artnet)
32+
33+
**Allows you to send DMX512 data over Art-Net™ to to Art-Net nodes i.e. professional lighting fixtures.**
34+
35+
See the [sample implementation](samples/artnet.md)
36+
37+
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-core) @ ^0.2.0 <br>
38+
Depends on [artnet-protocol](https://www.npmjs.com/package/artnet-protocol) @ ^0.2.1 <br>
39+
3140
## [nodecg-io-curseforge](https://github.com/codeoverflow-org/nodecg-io/tree/master/nodecg-io-curseforge)
3241

3342
**A service to communicate with the CurseForge API.**

0 commit comments

Comments
 (0)