abse/wifi-smart-switch

The AO3400A component models a small N-channel MOSFET in a SOT-23 package with drain, gate, and source pins, used for switching or amplification in electronic circuits.

Version
1.0.29
License
unset
Stars
0

package.json

{
  "name": "@tsci/abse.wifi-smart-switch",
  "version": "1.0.29",
  "description": "Universal 110-240 VAC Wi-Fi smart switch designed with tscircuit",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build index.circuit.tsx --disable-parts-engine --svgs --pngs --3d --glbs --step",
    "check": "tsci check index.circuit.tsx",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "tscircuit": "latest",
    "typescript": "^5.9.3"
  },
  "author": "abse"
}