Skip to content

Commit c62ce11

Browse files
Reverting model changes just to see how the upstream tests like it
1 parent 94205a5 commit c62ce11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amplipi/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class fields(SimpleNamespace):
8787
VolumeMax = Field(ge=MIN_VOL_DB, le=MAX_VOL_DB, description='Max output volume in dB')
8888
GroupMute = Field(description='Set to true if output is all zones muted')
8989
GroupVolume = Field(ge=MIN_VOL_DB, le=MAX_VOL_DB, description='Average output volume')
90-
GroupVolumeF = Field(ge=MIN_VOL_F - MIN_VOL_F, le=MAX_VOL_F + MAX_VOL_F, description='Average output volume as a floating-point number. Larger than zone vol_f due to also encompassing a zones vol_f_buffer.')
90+
GroupVolumeF = Field(ge=MIN_VOL_F, le=MAX_VOL_F, description='Average output volume as a floating-point number. Larger than zone vol_f due to also encompassing a zones vol_f_buffer.')
9191
Disabled = Field(description='Set to true if not connected to a speaker')
9292
Zones = Field(description='Set of zone ids belonging to a group')
9393
Groups = Field(description='List of group ids')

0 commit comments

Comments
 (0)