AwsIoTThingPlc

aws-q1-2024/Resource/IoT/AwsIoTThingPlc
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')
Illustration AwsIoTThingPlc AwsIoTThingPlcCard AwsIoTThingPlcGroup
illustration for Illustration illustration for AwsIoTThingPlc illustration for AwsIoTThingPlcCard illustration for AwsIoTThingPlcGroup

Sprites

The item provides the following sriptes:

  • <$AwsIoTThingPlcXs>
  • <$AwsIoTThingPlcSm>
  • <$AwsIoTThingPlcMd>
  • <$AwsIoTThingPlcLg>

AwsIoTThingPlc

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlc
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlc('AwsIoTThingPlc', 'Aws Io T Thing Plc', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlc
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlc('AwsIoTThingPlc', 'Aws Io T Thing Plc', 'an optional tech label', 'an optional description')
@enduml

AwsIoTThingPlcCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlcCard
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlcCard('AwsIoTThingPlcCard', 'Aws Io T Thing Plc Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlcCard
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlcCard('AwsIoTThingPlcCard', 'Aws Io T Thing Plc Card', 'an optional description')
@enduml

AwsIoTThingPlcGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlcGroup
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlcGroup('AwsIoTThingPlcGroup', 'Aws Io T Thing Plc Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q1-2024/bootstrap')

' loads the Item which embeds the element AwsIoTThingPlcGroup
include('aws-q1-2024/Resource/IoT/AwsIoTThingPlc')

' renders the element
AwsIoTThingPlcGroup('AwsIoTThingPlcGroup', 'Aws Io T Thing Plc Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml