Skip to content
Snippets Groups Projects
Commit 79d536b0 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Add default for UNB2_mask_RW

parent c371e275
Branches
Tags
1 merge request!150L2SS-434: Add sphinx documentation content
...@@ -39,6 +39,12 @@ class UNB2(opcua_device): ...@@ -39,6 +39,12 @@ class UNB2(opcua_device):
# Device Properties # Device Properties
# ----------------- # -----------------
UNB2_mask_RW_default = device_property(
dtype='DevVarBooleanArray',
mandatory=False,
default_value=[True] * 2
)
# ---------- # ----------
# Attributes # Attributes
# ---------- # ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment