Takes an input and puts it into an output field. Adds another output field 'timestamp' with the current timestamp in ISO 8610 format of a configurable timezone
- value (float|string): Reading from device. Configure type with 'inputType'
- output_value (float|string): Unchanged input. Configure type with 'inputType'
- timestamp (string): Current datetime in ISO 8601. Configure timezone with 'timezone'
- inputType (string): Can be either 'string' or 'float'. Default value is 'float'.
- timezone (string): Can be anything able to be parsed by ZoneId.of(String). Default value is 'Europe/Berlin'. Note that this doesn't change the actual time, it changes the time offset and the timestamp accordingly.