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.3.6-20260720-180213-70
Copyright © 2026 WLTE