设备日志增加id字段

This commit is contained in:
zhou-hao 2020-03-20 14:32:39 +08:00
parent a1da9ad544
commit a294c3994f
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@ class DeviceLogTimeSeriesMetadata implements TimeSeriesMetadata {
}
static {
{
SimplePropertyMetadata property = new SimplePropertyMetadata();
property.setId("id");
property.setValueType(new StringType());
property.setName("ID");
metadata.add(property);
}
{
SimplePropertyMetadata property = new SimplePropertyMetadata();