From 7140ff0645e5b84bdca0fdeacc3f756ea3a22f60 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Sun, 9 Feb 2025 18:31:54 +0100 Subject: [PATCH] Update mcp4461.h --- esphome/components/mcp4461/mcp4461.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/mcp4461/mcp4461.h b/esphome/components/mcp4461/mcp4461.h index f75513f590..ba7635eed8 100644 --- a/esphome/components/mcp4461/mcp4461.h +++ b/esphome/components/mcp4461/mcp4461.h @@ -78,6 +78,7 @@ class Mcp4461Component : public Component, public i2c::I2CDevice { uint16_t get_eeprom_value(Mcp4461EepromLocation location); bool set_eeprom_value(Mcp4461EepromLocation location, uint16_t value); void set_initial_value(Mcp4461WiperIdx wiper, float initial_value); + void set_terminal_disabled(Mcp4461WiperIdx wiper, char terminal); enum ErrorCode { MCP4461_STATUS_OK = 0, // CMD completed successfully