AnalyzersAnalyzersManage device analyzers that transform input data streams using mathematical expressions. 📄️Create device analyzerCreate a new analyzer to transform input data stream values using a mathematical expression. Analyzers are always created disabled; use the enable/disable action to activate.📄️List device analyzersRetrieve a paged list of all analyzers defined for a specific device.📄️Get a device analyzerRetrieve details of a specific analyzer by its ID.📄️Update a device analyzerReplace all editable fields of a specific analyzer. The analyzer must be disabled first. Its enabled state is not part of this payload and remains unchanged.📄️Partially update a device analyzerUpdate one or more fields of a specific analyzer. Only provided fields are updated; omitted fields retain their current values. The analyzer must be disabled first. Use the enable/disable action to change its enabled state.📄️Delete a device analyzerDelete a specific analyzer from a device. The analyzer must be disabled first; use the enable/disable action before deleting it.📄️Enable or disable an analyzerSet the enabled or disabled state of the specified analyzer.