Skip to content

Commit 7067fe6

Browse files
committed
feat(diagram-lint): add wokwi-wifi-ap
1 parent 9d71b97 commit 7067fe6

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"type": "wokwi-wifi-ap",
3+
"pins": [],
4+
"attrs": [
5+
{ "name": "ssid", "type": "string" },
6+
{ "name": "password", "type": "string" },
7+
{ "name": "channel", "type": "string" },
8+
{ "name": "internet", "type": "string" },
9+
{ "name": "bssid", "type": "string" }
10+
],
11+
"documented": true,
12+
"category": "misc"
13+
}

packages/diagram-lint/src/rules/redundant-parts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const EXCLUDED_TYPES = [
88
'wokwi-text',
99
'wokwi-logo',
1010
'wokwi-ir-remote', // IR remote sends signals wirelessly
11+
'wokwi-wifi-ap', // WiFi AP communicates wirelessly
1112
];
1213

1314
/**

0 commit comments

Comments
 (0)