Skip to content

Commit

Permalink
Merge 5dd5b1d into 94d2d5e
Browse files Browse the repository at this point in the history
  • Loading branch information
hklages committed Jan 22, 2021
2 parents 94d2d5e + 5dd5b1d commit 90ad353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/models/zone-group.ts
Expand Up @@ -16,6 +16,7 @@ export interface ZoneMember {
ChannelMapSet?: ChannelMapSet;
Icon: string;
MicEnabled: boolean;
Invisible: boolean;
SoftwareVersion: string;
SwGen: string;
}
1 change: 1 addition & 0 deletions src/services/zone-group-topology.service.extension.ts
Expand Up @@ -54,6 +54,7 @@ export class ZoneGroupTopologyService extends ZoneGroupTopologyServiceBase {
ChannelMapSet: ZoneGroupTopologyService.ParseChannelMapSet(member.ChannelMapSet),
Icon: member.Icon,
MicEnabled: member.MicEnabled === 1,
Invisible: member.Invisible === 1,
SoftwareVersion: member.SoftwareVersion,
SwGen: member.SWGen,
};
Expand Down

0 comments on commit 90ad353

Please sign in to comment.