Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   webapp/src/types/AcChargerConfig.ts

string in lower case
  • Loading branch information
Snoopy-HSS committed Oct 19, 2024
1 parent 4a66ea0 commit 2d5b999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/types/AcChargerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface AcChargerShellyConfig {
auto_power_batterysoc_limits_enabled: boolean;
emergency_charge_enabled: boolean;
stop_batterysoc_threshold: number;
url: String;
url: string;
power_on_threshold: number;
power_off_threshold: number;
}

0 comments on commit 2d5b999

Please sign in to comment.