working on storage building the stuff to send up

This commit is contained in:
csawatzky 2026-07-09 10:21:24 -06:00
parent 7e6b41273b
commit 2c6799bcc1
2 changed files with 69 additions and 7 deletions

View file

@ -108,7 +108,9 @@ export class Plenum {
return quack.ComponentID.fromObject({
type: this.settings.type,
addressType: this.settings.addressType,
address: this.settings.address
address: this.settings.address,
expansionLine: this.settings.expansionLine,
muxLine: this.settings.muxLine
});
}