# Boolean constant

Input constant

Provides a constant boolean value configured by the user

Boolean constant
S

# Outputs

IDAbbrevNameTypeDefaultDescription
stateSStateBOOLEANfalseConstant boolean value

# Configuration

IDNameTypeDefaultUnitDescription
valueValueBOOLEANfalseThe constant boolean value to output

# Source Code

View Volang source
output::set("state", config::get("value"))
Provides a constant boolean value configured by the user