Skip to content

Commit

Permalink
Removed not needed Channels - commit 09fdc3e
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayleigh3105 committed Apr 16, 2024
1 parent 86a5442 commit e05dded
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 963 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@ObjectClassDefinition(//
name = "Deye.BatteryInverter", //
description = "Deye.BatteryInverter")
description = "Implements the Deye Battery Inverter")
@interface Config {

@AttributeDefinition(name = "Component-ID", description = "Unique ID of this Component")
Expand Down Expand Up @@ -50,5 +50,5 @@
@AttributeDefinition(name = "Surplus Feed-In: PV-Limit on PowerDecreaseCausedByOvertemperature", description = "")
int surplusFeedInPvLimitOnPowerDecreaseCausedByOvertemperature() default 5_000;

String webconsole_configurationFactory_nameHint() default "Deye [{id}]";
String webconsole_configurationFactory_nameHint() default "Deye Battery Inverter [{id}]";
}
Loading

0 comments on commit e05dded

Please sign in to comment.