#hs.hid.led

HID LED interface for Hammerspoon, controls the state of keyboard LEDs


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signaturehs.hid.led.set(name, state) -> bool
TypeFunction
DescriptionAssigns HID LED to the desired state
Parameters
  • name - LED name: "caps", "scroll" or "num"
  • state - A boolean indicating desired state
Returns
  • true if success, false if error
Notes
  • This function controls the LED state only, to modify capslock state, use hs.hid.capslock.set
ExamplesNone
Sourceextensions/hid/hid.lua line 66