diff --git a/schema/ios.json b/schema/ios.json index e47515c..4d8aa95 100644 --- a/schema/ios.json +++ b/schema/ios.json @@ -74,7 +74,7 @@ "pinMode": { "description": "Specifies the output pin wiring configuration.", "type": "string", - "enum": ["wiredOr", "wiredAnd", "wiredOrPull", "wiredAndPull"] + "enum": ["digital", "wiredOr", "wiredAnd", "wiredOrPull", "wiredAndPull"] }, "initialState": { "description": "Specifies the initial state of the output pin at boot time.",