Skip to content

Digital Inputs

This page explains one DigitalInputState item inside peripherals.digitalInputs.

DigitalInputState Schema

FieldTypeRequiredDescription
indexintegerYesDigital input index, starting from 1
activebooleanYesWhether the digital input is active

Example

json
[
  {
    "index": 1,
    "active": false
  },
  {
    "index": 2,
    "active": true
  }
]
Docs buildVersion v1.2.19-20260602-174859-60
Copyright © 2026 WLTE