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

Commit 717c4ff

Browse files
author
codeoverflow-org
committed
Update generated documentation (codeoverflow-org/nodecg-io@7966552)
1 parent 36ef5f7 commit 717c4ff

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
@@ -61,6 +61,8 @@ FontStyle Underline
6161
[<u>nodecg-io-philipshue] as services_nodecg_io_philipshue <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-philipshue]]
6262
[<u>is-ip] as is_ip <<lib>> [[https://www.npmjs.com/package/is-ip]]
6363
[<u>node-hue-api] as node_hue_api <<lib>> [[https://www.npmjs.com/package/node-hue-api]]
64+
[<u>nodecg-io-pishock] as services_nodecg_io_pishock <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-pishock]]
65+
[<u>pishock-ts] as pishock_ts <<lib>> [[https://www.npmjs.com/package/pishock-ts]]
6466
[<u>nodecg-io-rcon] as services_nodecg_io_rcon <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-rcon]]
6567
[<u>rcon-client] as rcon_client <<lib>> [[https://www.npmjs.com/package/rcon-client]]
6668
[<u>nodecg-io-reddit] as services_nodecg_io_reddit <<service>> [[https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-reddit]]
@@ -161,6 +163,8 @@ services_nodecg_io_opentts ...> node_fetch
161163
services_nodecg_io_philipshue ...> is_ip
162164
services_nodecg_io_philipshue ...> node_hue_api
163165
services_nodecg_io_philipshue --> nodecg_io_core
166+
services_nodecg_io_pishock --> nodecg_io_core
167+
services_nodecg_io_pishock ...> pishock_ts
164168
services_nodecg_io_rcon --> nodecg_io_core
165169
services_nodecg_io_rcon ...> rcon_client
166170
services_nodecg_io_reddit --> nodecg_io_core

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- Do not set the 'Services implemented' value manually. It's inserted automatically. -->
1010

11-
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=44&color=blue&style=flat-square)](services.md)
11+
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=45&color=blue&style=flat-square)](services.md)
1212
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/main/LICENSE)
1313
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/sX2Gjbs/)
1414

docs/services.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,15 @@ Depends on [is-ip](https://www.npmjs.com/package/is-ip) @ ^3.1.0 <br>
214214
Depends on [node-hue-api](https://www.npmjs.com/package/node-hue-api) @ ^4.0.11 <br>
215215
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>
216216

217+
## [nodecg-io-pishock](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-pishock)
218+
219+
**Allows using the PiShock api.**
220+
221+
See the [sample implementation](samples/pishock.md)
222+
223+
Depends on [nodecg-io-core](https://github.com/codeoverflow-org/nodecg-io/tree/main/nodecg-io-core) @ ^0.3.0 <br>
224+
Depends on [pishock-ts](https://www.npmjs.com/package/pishock-ts) @ ^1.0.1 <br>
225+
217226
## [nodecg-io-rcon](https://github.com/codeoverflow-org/nodecg-io/tree/main/services/nodecg-io-rcon)
218227

219228
**Allows you to send commands to a minecraft server via RCON.**

0 commit comments

Comments
 (0)