Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.16 KB

MbusAgentDeviceMapping.md

File metadata and controls

21 lines (16 loc) · 1.16 KB

MbusAgentDeviceMapping

Properties

Name Type Description Notes
subtype DataSubtype
attribute str Name of the attribute to map
_class AgentClass [optional]
id int, none_type Unique id for the mapping [optional] [readonly]
device_id int, none_type The id of the device the mapping belongs to [optional] [readonly]
enable bool Is the mapping enabled or not [optional] if omitted the server will use the default value of True
asset_id int, none_type ID of the corresponding asset [optional]
field int, none_type [optional]
scale float, none_type [optional]
zero float, none_type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]