Commit Graph

51 Commits

Author SHA1 Message Date
Joel Wetzell 324176f0ac switch timer and interval to new namespace 2025-12-26 11:22:45 -06:00
Joel Wetzell 1c6ab9f47e add info about output to generator modules 2025-12-26 09:56:12 -06:00
Joel Wetzell 0d6a8e32f3 fix module vs. processor wording 2025-12-24 14:59:10 -06:00
Joel Wetzell e3687f3692 chang null to nil 2025-12-24 14:58:47 -06:00
Joel Wetzell 172e4cc857 add docs about script.js processor 2025-12-24 14:58:33 -06:00
Joel Wetzell e17b117000 add docs for running via docker 2025-12-24 14:36:14 -06:00
Joel Wetzell 7d33662279 Merge pull request #7 from jwetzell/dependabot/npm_and_yarn/astro-5.16.6
Bump astro from 5.16.5 to 5.16.6
2025-12-24 10:26:13 -06:00
Joel Wetzell 7b2717d081 add bufferSize parameter to UDP server documentation 2025-12-24 10:25:50 -06:00
dependabot[bot] dea1e185fc Bump astro from 5.16.5 to 5.16.6
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.5 to 5.16.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.6/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.16.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 16:28:58 +00:00
Joel Wetzell 244cb62114 add string.split processor 2025-12-20 11:17:34 -06:00
Joel Wetzell 56a2fa4384 add string.filter processor 2025-12-20 11:03:32 -06:00
Joel Wetzell a3723c770d add params info to processors that need them 2025-12-20 11:03:26 -06:00
Joel Wetzell f112c45d64 adjust titles 2025-12-20 11:01:50 -06:00
Joel Wetzell 92a07eb43f remove unnecessary info 2025-12-20 11:01:25 -06:00
Joel Wetzell 3faeb6c9bf add MQTT client docs 2025-12-20 10:54:05 -06:00
Joel Wetzell 25f6c83c3e update CLI usage 2025-12-19 22:31:07 -06:00
Joel Wetzell 6835ef142e update modules list 2025-12-19 12:29:35 -06:00
Joel Wetzell 2aad19a1d2 Improve formatting of welcome message in index.md
Reformatted welcome message for clarity and readability.
2025-12-19 12:24:19 -06:00
Joel Wetzell f21fbd7e5a Clarify issue reporting links in documentation
Updated issue reporting links for clarity.
2025-12-19 12:18:26 -06:00
Joel Wetzell 4ba79a2fef Revise welcome message in index.md
Updated the documentation to include a link to the showbridge repository and corrected the issue link.
2025-12-19 12:15:55 -06:00
Joel Wetzell 4f29e71748 sync package-lock 2025-12-19 12:11:33 -06:00
Joel Wetzell 82e6bb06c9 add basic docs for serial module 2025-12-19 12:11:28 -06:00
Joel Wetzell 57438f61bb add basic docs for MIDI modules 2025-12-19 12:11:15 -06:00
Joel Wetzell 8f8b372a6c swtich to Code component 2025-12-19 12:10:35 -06:00
Joel Wetzell 2278015eb6 cleanup 2025-12-19 12:10:21 -06:00
Joel Wetzell 3b647fce93 Merge pull request #5 from jwetzell/dependabot/npm_and_yarn/astrojs/starlight-0.37.1
Bump @astrojs/starlight from 0.37.0 to 0.37.1
2025-12-19 11:19:51 -06:00
dependabot[bot] f5dfdfe8df Bump @astrojs/starlight from 0.37.0 to 0.37.1
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.37.0 to 0.37.1.
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.37.1/packages/starlight)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.37.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-19 17:19:08 +00:00
Joel Wetzell 3f844c4da6 Merge pull request #6 from jwetzell/dependabot/npm_and_yarn/astro-5.16.5
Bump astro from 5.16.4 to 5.16.5
2025-12-19 11:17:57 -06:00
dependabot[bot] d4ee97d9c7 Bump astro from 5.16.4 to 5.16.5
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.4 to 5.16.5.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.5/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 16:38:08 +00:00
Joel Wetzell 88838fd023 fix title and order 2025-12-13 13:55:45 -06:00
Joel Wetzell f1440250ac add docs for osc.message.filter processor 2025-12-13 13:54:37 -06:00
Joel Wetzell 5608b06dc4 add messages section under OSC 2025-12-13 13:47:58 -06:00
Joel Wetzell bec31ff244 use type where possibel 2025-12-13 13:47:45 -06:00
Joel Wetzell 6842d8c9e6 fix module type in example 2025-12-11 19:43:50 -06:00
Joel Wetzell a6debbc175 move HTTP module to own section 2025-12-11 19:37:45 -06:00
Joel Wetzell b8853d6950 deploy to root of docs site 2025-12-04 08:33:51 -06:00
Joel Wetzell e4e501a117 fix links 2025-12-04 08:26:17 -06:00
Joel Wetzell 9d2c2c7ae1 set order 2025-12-03 23:32:44 -06:00
Joel Wetzell 3023e37f48 basic processor documentation layout 2025-12-03 23:28:04 -06:00
Joel Wetzell 7116f85af5 remove empty section 2025-12-03 23:00:14 -06:00
Joel Wetzell 07a45776da start fleshing out documentation sections 2025-12-03 22:58:40 -06:00
Joel Wetzell d5664c7e84 Merge pull request #3 from jwetzell/dependabot/npm_and_yarn/astrojs/check-0.9.6
Bump @astrojs/check from 0.9.5 to 0.9.6
2025-12-03 18:02:54 -06:00
Joel Wetzell 78709be44a Merge pull request #4 from jwetzell/dependabot/npm_and_yarn/astro-5.16.4
Bump astro from 5.15.9 to 5.16.4
2025-12-03 18:02:41 -06:00
Joel Wetzell 4b5d9259ac Merge pull request #2 from jwetzell/dependabot/github_actions/actions/setup-node-6.1.0
Bump actions/setup-node from 6.0.0 to 6.1.0
2025-12-03 18:02:32 -06:00
Joel Wetzell 660c73cfff Merge pull request #1 from jwetzell/dependabot/github_actions/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
2025-12-03 18:02:22 -06:00
Joel Wetzell 6de0af1bff fix casing 2025-12-03 18:01:54 -06:00
dependabot[bot] 03dd7c28ed Bump astro from 5.15.9 to 5.16.4
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.9 to 5.16.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.16.4/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.16.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-04 00:00:17 +00:00
dependabot[bot] 68891e0ae0 Bump @astrojs/check from 0.9.5 to 0.9.6
Bumps [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.6/packages/language-tools/astro-check)

---
updated-dependencies:
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 23:59:59 +00:00
dependabot[bot] 8eb2d5e2dc Bump actions/setup-node from 6.0.0 to 6.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903...395ad3262231945c25e8478fd5baf05154b1d79f)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 23:59:41 +00:00
dependabot[bot] 5b2d18c453 Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 23:59:37 +00:00