← Back to Home

Compliance Rules

New Rule
Description Applies To Rule (YAML) Status Error Description Actions
Cooktop should be connected to RCD type A Item
# Check if item type is cooktop and verify RCD type
condition:
  item_type: cooktop
validation:
  # Navigate from Item -> Breaker -> RCD -> RCD Type
  path: item.breaker.residual_current_device.residual_current_device_type.name
  must_equal: "A"
error_message: "Cooktop must be connected to an RCD type A"
Not Verified
No violations
Edit