Skip to content

Commit

Permalink
rebuilt app
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Mar 26, 2020
1 parent ce6d97d commit 02b4354
Show file tree
Hide file tree
Showing 193 changed files with 130 additions and 101 deletions.
2 changes: 2 additions & 0 deletions web/src/app/protos/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export namespace xtech {
ledOffsetCounterClockwise: xtech.selfomat.IPostSetting;
countdownDuration: xtech.selfomat.IListSetting;
maxLedBrightness?: (xtech.selfomat.IIntSetting|null);
autofocusBeforeTrigger: xtech.selfomat.IBoolSetting;
cupsLink?: (xtech.selfomat.ILinkSetting|null);
updateMode: xtech.selfomat.IPostSetting;
flashEnabled?: (xtech.selfomat.IBoolSetting|null);
Expand All @@ -359,6 +360,7 @@ export namespace xtech {
public ledOffsetCounterClockwise: xtech.selfomat.IPostSetting;
public countdownDuration: xtech.selfomat.IListSetting;
public maxLedBrightness?: (xtech.selfomat.IIntSetting|null);
public autofocusBeforeTrigger: xtech.selfomat.IBoolSetting;
public cupsLink?: (xtech.selfomat.ILinkSetting|null);
public updateMode: xtech.selfomat.IPostSetting;
public flashEnabled?: (xtech.selfomat.IBoolSetting|null);
Expand Down
28 changes: 28 additions & 0 deletions web/src/app/protos/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -3478,6 +3478,7 @@
* @property {xtech.selfomat.IPostSetting} ledOffsetCounterClockwise BoothSettings ledOffsetCounterClockwise
* @property {xtech.selfomat.IListSetting} countdownDuration BoothSettings countdownDuration
* @property {xtech.selfomat.IIntSetting|null} [maxLedBrightness] BoothSettings maxLedBrightness
* @property {xtech.selfomat.IBoolSetting} autofocusBeforeTrigger BoothSettings autofocusBeforeTrigger
* @property {xtech.selfomat.ILinkSetting|null} [cupsLink] BoothSettings cupsLink
* @property {xtech.selfomat.IPostSetting} updateMode BoothSettings updateMode
* @property {xtech.selfomat.IBoolSetting|null} [flashEnabled] BoothSettings flashEnabled
Expand Down Expand Up @@ -3599,6 +3600,14 @@
*/
BoothSettings.prototype.maxLedBrightness = null;

/**
* BoothSettings autofocusBeforeTrigger.
* @member {xtech.selfomat.IBoolSetting} autofocusBeforeTrigger
* @memberof xtech.selfomat.BoothSettings
* @instance
*/
BoothSettings.prototype.autofocusBeforeTrigger = null;

/**
* BoothSettings cupsLink.
* @member {xtech.selfomat.ILinkSetting|null|undefined} cupsLink
Expand Down Expand Up @@ -3704,6 +3713,7 @@
$root.xtech.selfomat.ListSetting.encode(message.countdownDuration, writer.uint32(/* id 44, wireType 2 =*/354).fork()).ldelim();
if (message.maxLedBrightness != null && message.hasOwnProperty("maxLedBrightness"))
$root.xtech.selfomat.IntSetting.encode(message.maxLedBrightness, writer.uint32(/* id 45, wireType 2 =*/362).fork()).ldelim();
$root.xtech.selfomat.BoolSetting.encode(message.autofocusBeforeTrigger, writer.uint32(/* id 46, wireType 2 =*/370).fork()).ldelim();
if (message.cupsLink != null && message.hasOwnProperty("cupsLink"))
$root.xtech.selfomat.LinkSetting.encode(message.cupsLink, writer.uint32(/* id 50, wireType 2 =*/402).fork()).ldelim();
$root.xtech.selfomat.PostSetting.encode(message.updateMode, writer.uint32(/* id 51, wireType 2 =*/410).fork()).ldelim();
Expand Down Expand Up @@ -3788,6 +3798,9 @@
case 45:
message.maxLedBrightness = $root.xtech.selfomat.IntSetting.decode(reader, reader.uint32());
break;
case 46:
message.autofocusBeforeTrigger = $root.xtech.selfomat.BoolSetting.decode(reader, reader.uint32());
break;
case 50:
message.cupsLink = $root.xtech.selfomat.LinkSetting.decode(reader, reader.uint32());
break;
Expand Down Expand Up @@ -3831,6 +3844,8 @@
throw $util.ProtocolError("missing required 'ledOffsetCounterClockwise'", { instance: message });
if (!message.hasOwnProperty("countdownDuration"))
throw $util.ProtocolError("missing required 'countdownDuration'", { instance: message });
if (!message.hasOwnProperty("autofocusBeforeTrigger"))
throw $util.ProtocolError("missing required 'autofocusBeforeTrigger'", { instance: message });
if (!message.hasOwnProperty("updateMode"))
throw $util.ProtocolError("missing required 'updateMode'", { instance: message });
if (!message.hasOwnProperty("triggerCounter"))
Expand Down Expand Up @@ -3925,6 +3940,11 @@
if (error)
return "maxLedBrightness." + error;
}
{
var error = $root.xtech.selfomat.BoolSetting.verify(message.autofocusBeforeTrigger);
if (error)
return "autofocusBeforeTrigger." + error;
}
if (message.cupsLink != null && message.hasOwnProperty("cupsLink")) {
var error = $root.xtech.selfomat.LinkSetting.verify(message.cupsLink);
if (error)
Expand Down Expand Up @@ -4040,6 +4060,11 @@
throw TypeError(".xtech.selfomat.BoothSettings.maxLedBrightness: object expected");
message.maxLedBrightness = $root.xtech.selfomat.IntSetting.fromObject(object.maxLedBrightness);
}
if (object.autofocusBeforeTrigger != null) {
if (typeof object.autofocusBeforeTrigger !== "object")
throw TypeError(".xtech.selfomat.BoothSettings.autofocusBeforeTrigger: object expected");
message.autofocusBeforeTrigger = $root.xtech.selfomat.BoolSetting.fromObject(object.autofocusBeforeTrigger);
}
if (object.cupsLink != null) {
if (typeof object.cupsLink !== "object")
throw TypeError(".xtech.selfomat.BoothSettings.cupsLink: object expected");
Expand Down Expand Up @@ -4109,6 +4134,7 @@
object.ledOffsetCounterClockwise = null;
object.countdownDuration = null;
object.maxLedBrightness = null;
object.autofocusBeforeTrigger = null;
object.cupsLink = null;
object.updateMode = null;
object.flashEnabled = null;
Expand Down Expand Up @@ -4142,6 +4168,8 @@
object.countdownDuration = $root.xtech.selfomat.ListSetting.toObject(message.countdownDuration, options);
if (message.maxLedBrightness != null && message.hasOwnProperty("maxLedBrightness"))
object.maxLedBrightness = $root.xtech.selfomat.IntSetting.toObject(message.maxLedBrightness, options);
if (message.autofocusBeforeTrigger != null && message.hasOwnProperty("autofocusBeforeTrigger"))
object.autofocusBeforeTrigger = $root.xtech.selfomat.BoolSetting.toObject(message.autofocusBeforeTrigger, options);
if (message.cupsLink != null && message.hasOwnProperty("cupsLink"))
object.cupsLink = $root.xtech.selfomat.LinkSetting.toObject(message.cupsLink, options);
if (message.updateMode != null && message.hasOwnProperty("updateMode"))
Expand Down
1 change: 0 additions & 1 deletion web/www/10.14c9ca41607ab58d0fca.js

This file was deleted.

1 change: 1 addition & 0 deletions web/www/10.22e41748931e6d08631d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion web/www/100.6ee38ad61677d4100a79.js

This file was deleted.

Loading

0 comments on commit 02b4354

Please sign in to comment.