Skip to content

0.4.1

Compare
Choose a tag to compare
@Stevie-Ray Stevie-Ray released this 14 Sep 20:47
· 68 commits to main since this release
  • Individually set Motherboard LEDs
  • Add isDevice helpers: isEntralpi,isKilterboard,isMotherboard, isProgressor, isWHC06
if (isMotherboard(device)) {
  await led(device, "green")
  await led(device, "red")
  await led(device, "orange")
  await led(device) // off
}

Full Changelog: 0.4.0...0.4.1