Enum Namespace

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Namespace
    extends Enum<Namespace>
                        

    Shows the available namespaces for communication with the home power plant

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Namespace.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      RSCP

      Protocoll relatedl; code = 0x00

      EMS

      Energy Management System; code = 0x01

      PVI

      Photovoltaic inverter; code = 0x02

      BAT

      Battery; code = 0x03

      DCDC

      Battery DCDC ??; code = 0x04

      PM

      Power Management; code = 0x05

      DB

      Database; code = 0x06

      FMS

      ??; code = 0x07

      SRV

      Server related (User management, status etc.); code = 0x08

      HA

      Home automation; code = 0x09

      INFO

      System information; code = 0x0A

      EP

      Emergency power; code = 0x0B

      SYS

      System controls; code = 0x0C

      UM

      Update Management; code = 0x0D

      WB

      Wallbox; code = 0x0E

      UNKNOWN

      This is not an E3DC namespace, but serves as auxiliary objects for namespaces that are not known; code = 0xFF

    • Method Summary

      Modifier and Type Method Description
      final Namespace valueOf(String value) Returns the enum constant of this type with the specified name.
      final Array<Namespace> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final Byte getCode()
      final EnumEntries<Namespace> getEntries() Shows the available namespaces for communication with the home power plant
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • valueOf

         final Namespace valueOf(String value)

        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

        Parameters:
        value - Namespace prefix, defined by E3DC
      • values

         final Array<Namespace> values()

        Returns an array containing the constants of this enum type, in the order they're declared.

        This method may be used to iterate over the constants.