PIN_CAP_INPUT
widget.d.pin.capabilities & PIN_CAP_INPUT ? "[Input]" : "",
#define PIN_CAP_IS_INPUT(c) ((c & PIN_CAP_INPUT) != 0)