diff --git a/frontend/public/components-metadata.json b/frontend/public/components-metadata.json index 0247c73..7b3ebf4 100644 --- a/frontend/public/components-metadata.json +++ b/frontend/public/components-metadata.json @@ -710,12 +710,30 @@ { "name": "values", "type": "number", - "defaultValue": [0, 0, 0, 0, 0, 0, 0, 0], + "defaultValue": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ], "control": "range" } ], "defaultValues": { - "values": [0, 0, 0, 0, 0, 0, 0, 0] + "values": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] }, "pinCount": 16, "tags": [ @@ -1818,116 +1836,6 @@ "motor", "nema" ] - }, - { - "id": "tilt-switch", - "tagName": "wokwi-tilt-switch", - "name": "Tilt Switch", - "category": "sensors", - "thumbnail": "TILT", - "properties": [], - "defaultValues": {}, - "pinCount": 3, - "tags": [ - "tilt-switch", - "tilt switch", - "tilt", - "ball switch" - ] - }, - { - "id": "ntc-temperature-sensor", - "tagName": "wokwi-ntc-temperature-sensor", - "name": "NTC Temperature Sensor", - "category": "sensors", - "thumbnail": "NTC TEMP", - "properties": [], - "defaultValues": {}, - "pinCount": 3, - "tags": [ - "ntc-temperature-sensor", - "ntc temperature sensor", - "ntc", - "temperature", - "sensor", - "thermistor" - ] - }, - { - "id": "heart-beat-sensor", - "tagName": "wokwi-heart-beat-sensor", - "name": "Heart Beat Sensor", - "category": "sensors", - "thumbnail": "HEARTBEAT", - "properties": [], - "defaultValues": {}, - "pinCount": 3, - "tags": [ - "heart-beat-sensor", - "heart beat sensor", - "heart", - "pulse", - "sensor" - ] - }, - { - "id": "neopixel-matrix", - "tagName": "wokwi-neopixel-matrix", - "name": "NeoPixel Matrix", - "category": "displays", - "thumbnail": "", - "properties": [ - { - "name": "rows", - "type": "number", - "defaultValue": 8, - "control": "text" - }, - { - "name": "cols", - "type": "number", - "defaultValue": 8, - "control": "text" - } - ], - "defaultValues": { - "rows": 8, - "cols": 8 - }, - "pinCount": 4, - "tags": [ - "neopixel-matrix", - "neopixel matrix", - "ws2812b", - "led matrix", - "neopixel" - ] - }, - { - "id": "led-ring", - "tagName": "wokwi-led-ring", - "name": "WS2812B LED Ring", - "category": "displays", - "thumbnail": "", - "properties": [ - { - "name": "pixels", - "type": "number", - "defaultValue": 16, - "control": "text" - } - ], - "defaultValues": { - "pixels": 16 - }, - "pinCount": 4, - "tags": [ - "led-ring", - "led ring", - "ws2812b", - "neopixel ring", - "ring" - ] } ] } \ No newline at end of file