diff --git a/docs/latest/_generated/interfaces/ISO15118_ev.html b/docs/latest/_generated/interfaces/ISO15118_ev.html index 6792ea0ee..bbf3a2532 100644 --- a/docs/latest/_generated/interfaces/ISO15118_ev.html +++ b/docs/latest/_generated/interfaces/ISO15118_ev.html @@ -15,7 +15,7 @@ - +

Next topic

-

11.2.3. auth

+

11.2.3. ac_rcd

This Page

@@ -202,7 +202,7 @@

Navigation

index
  • - next |
  • - 11.2.38. yeti_extras — EVerest documentation + 11.2.3. ac_rcd — EVerest documentation @@ -15,8 +15,8 @@ - - + +
  • - next |
  • - previous |
  • - +
    @@ -42,49 +42,33 @@

    Navigation

    -
    -

    11.2.38. yeti_extras

    +
    +

    11.2.3. ac_rcd

    -
    This interface defines Yeti extra funtionality not found in the generic interfaces
    +
    This interface provides an AC Residual Current Monitor (RCD). Actual emergency switch off is done in HW directly, but this interface allows some control and telemetry.
    -

    11.2.38.1. Variables

    +

    11.2.3.1. Variables

    -
    time_stamp:integer
    +
    rcd_current_mA:number
    -
    Provides the current time stamp
    -
    -
    hw_type:integer
    -
    -
    Provides the hw_type
    -
    -
    hw_revision:integer
    -
    -
    Provides the hw_revision
    -
    -
    protocol_version_major:integer
    -
    -
    Provides the protocol_version_major
    -
    -
    protocol_version_minor:integer
    -
    -
    Provides the protocol_version_minor
    -
    -
    sw_version_string:string
    -
    -
    Provides the sw_version_string
    +
    Residual current in mA. Note that this does not trigger anything, it is merely for reporting.
    -

    11.2.38.2. Commands

    +

    11.2.3.2. Commands

    +
    +
    self_test:void
    -
    firmware_update:void
    +
    Executes a self test of the RCD. If it fails, an error of type Selftest should be raised.
    +
    +
    reset:boolean
    -
    This command reboots Yeti in firmware upgrade mode
    -
    firmware_binary:string
    +
    Resets the RCD after a trigger. May not be supported by actual hardware.
    +
    Result:boolean
    -
    Path to firmware binary file that should be sent to Yeti Controller
    +
    True: Reset successfull, False: Reset failed.
    @@ -120,18 +104,18 @@

    Table of Contents

    This Page

    Community

    @@ -162,15 +146,15 @@

    Navigation

    index
  • - next |
  • - previous |
  • - +