Skip to content

Add AsyncAPI support #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
83634d7
install @asyncapi/react-component
Maschga Feb 6, 2025
dd51ca8
Create mqtt-api.yaml
Maschga Feb 6, 2025
5c978d0
add AsyncUiWrapper
Maschga Feb 6, 2025
8686494
install @asyncapi/react-component
Maschga Feb 6, 2025
b4c0520
Create mqtt-api.yaml
Maschga Feb 6, 2025
ece1b2e
add AsyncUiWrapper
Maschga Feb 6, 2025
01157d0
Revert "add AsyncUiWrapper"
Maschga Feb 6, 2025
ed45f6e
Revert "Create mqtt-api.yaml"
Maschga Feb 6, 2025
d121922
Revert "install @asyncapi/react-component"
Maschga Feb 6, 2025
2a8c653
Merge branch 'evcc-io:main' into main
Maschga Feb 10, 2025
02129e7
wip
Maschga Feb 21, 2025
f0101f2
Merge branch 'main' into add-asyncapi-support
Maschga Feb 21, 2025
0bc32d9
wip
Maschga Feb 21, 2025
a2a638e
wip
Maschga Feb 21, 2025
811e429
wip
Maschga Feb 21, 2025
b7b9d55
wip
Maschga Feb 23, 2025
5a49207
wip
Maschga Feb 25, 2025
6e5b2b4
use BrowserOnly
Maschga Feb 25, 2025
0e53290
remove servers
Maschga Feb 25, 2025
ebf0cc3
change configs
Maschga Feb 25, 2025
2b785d6
wip
Maschga Feb 25, 2025
a04678e
wip
Maschga Feb 26, 2025
7adaaa7
wip
Maschga Feb 26, 2025
648ae4c
wip
Maschga Feb 26, 2025
06b75e5
wip
Maschga Feb 26, 2025
969de60
wip
Maschga Feb 26, 2025
706b834
wip
Maschga Feb 26, 2025
1ccdcce
wip
Maschga Feb 27, 2025
efa3a8b
wip
Maschga Feb 28, 2025
e4c53f6
wip
Maschga Feb 28, 2025
e59bc53
wip
Maschga Feb 28, 2025
ce5a5e6
wip
Maschga Feb 28, 2025
7c3a7d4
wip
Maschga Feb 28, 2025
c55b795
wip
Maschga Mar 7, 2025
f3b07b5
wip
Maschga Mar 9, 2025
8242080
wip
Maschga Mar 10, 2025
8aacab3
wip
Maschga Mar 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions docs/integrations/mqtt-api.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/integrations/mqtt-api.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 2
hide_table_of_contents: true
---

import AsyncUiWrapper from "../../src/components/AsyncUiWrapper";

# MQTT API

<AsyncUiWrapper/>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 2
hide_table_of_contents: true
---

import AsyncUiWrapper from "../../src/components/AsyncUiWrapper";

# MQTT API

<AsyncUiWrapper/>
Loading