FibaroSmartImplantCacGt

Python pydantic class corresponding to json type fibaro.smart.implant.cac.gt, version 000.

class gwproto.types.FibaroSmartImplantCacGt(*, ComponentAttributeClassId, DisplayName=None, TypeName='fibaro.smart.implant.cac.gt', Version='000', Model='', **extra_data)
Parameters:
  • ComponentAttributeClassId (str)

  • DisplayName (str | None)

  • TypeName (Literal['fibaro.smart.implant.cac.gt'])

  • Version (Literal['000'])

  • Model (str)

  • extra_data (Any)

ComponentAttributeClassId:
  • Description: ComponentAttributeClassId. Unique identifier for the device class (aka ‘cac’ or Component Attribute Class). Authority is maintained by the World Registry.

  • Format: UuidCanonicalTextual

Model:
  • Description:

DisplayName:
  • Description: Sample: FGBS-222 v5.2

TypeName:
  • Description: All GridWorks Versioned Types have a fixed TypeName, which is a string of lowercase alphanumeric words separated by periods, most significant word (on the left) starting with an alphabet character, and final word NOT all Hindu-Arabic numerals.

Version:
  • Description: All GridWorks Versioned Types have a fixed version, which is a string of three Hindu-Arabic numerals.

class gwproto.types.FibaroSmartImplantCacGt_Maker(cac)
Parameters:

cac (FibaroSmartImplantCac)