opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

[CORE] Implemented system select field for config #263

Closed earocorn closed 2 months ago

earocorn commented 3 months ago

Implemented system select field generator in GenericFormConfig so that you can have a system UID selector in any config.

image

This can be used with the SYSTEM_UID FieldType.

@DisplayInfo.FieldType(DisplayInfo.FieldType.Type.SYSTEM_UID)
@DisplayInfo(label = "System UID")
public String systemUID;