Skip to content

Commit 2ffbb5a

Browse files
authored
Merge pull request #1242 from flash62au/sphinx
fix the servo profiles
2 parents eb9978d + 9a4d95e commit 2ffbb5a

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

docs/_static/css/dccex_theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ h4, .h4 {
5151
color: #00353d !important;
5252
/* font-size: 130% !important; */
5353
font-size: 120% !important;
54-
text-shadow: 1px 1px #ffffff78;
54+
text-shadow: 1px 1px #ffffff78;
55+
line-height: 140%;
5556
}
5657
html[data-theme='dark'] h4, .h4 {
5758
color: #00a3b9ff !important;

docs/exrail/exrail-command-reference.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,11 +1570,11 @@ Define a servo turnout/point. "active_angle" is for THROW, "inactive_angle" is f
15701570
|_| > **active_angle** - the PWM value corresponding to the servo position for THROWN state, normally in the range 102 to 490 |BR|
15711571
|_| > **inactive_angle** - the PWM value corresponding to the servo position for CLOSED state, normally in the range 102 to 490 |BR|
15721572
|_| > **profile** - one of |BR|
1573-
|_| |_| |_| |_| • **0** = Instant, |BR|
1574-
|_| |_| |_| |_| • **1** = Fast (0.5 sec), |BR|
1575-
|_| |_| |_| |_| • **2** = Medium (1 sec), |BR|
1576-
|_| |_| |_| |_| • **3** = Slow (2 sec) and |BR|
1577-
|_| |_| |_| |_| • **4** = Bounce (subject to revision) |BR|
1573+
|_| |_| |_| |_| • **Instant** = Instant, |BR|
1574+
|_| |_| |_| |_| • **Fast** = Fast (0.5 sec), |BR|
1575+
|_| |_| |_| |_| • **Medium** = Medium (1 sec), |BR|
1576+
|_| |_| |_| |_| • **Slow** = Slow (2 sec) and |BR|
1577+
|_| |_| |_| |_| • **Bounce** = Bounce (subject to revision) |BR|
15781578
|_| > **description** - The description that will be assigned to the turnout/point, or |BR|
15791579
|_| > *HIDDEN* - keyword - if used instead of the "description" the Turnout/point will not appear in the lists sent to throttle/controllers |BR|
15801580

@@ -2486,11 +2486,11 @@ Move an animation servo. *Do NOT use for Turnouts/points.*
24862486
|_| > **id** - id of the servo to move |BR|
24872487
|_| > **position** - position to move to |BR|
24882488
|_| > **profile** - one of |BR|
2489-
|_| |_| |_| |_| • Instant, |BR|
2490-
|_| |_| |_| |_| • Fast (0.5 sec), |BR|
2491-
|_| |_| |_| |_| • Medium (1 sec), |BR|
2492-
|_| |_| |_| |_| • Slow (2 sec) and |BR|
2493-
|_| |_| |_| |_| • Bounce (subject to revision) |BR|
2489+
|_| |_| |_| |_| • **Instant** = Instant, |BR|
2490+
|_| |_| |_| |_| • **Fast** = Fast (0.5 sec), |BR|
2491+
|_| |_| |_| |_| • **Medium** = Medium (1 sec), |BR|
2492+
|_| |_| |_| |_| • **Slow** = Slow (2 sec) and |BR|
2493+
|_| |_| |_| |_| • **Bounce** = Bounce (subject to revision)
24942494

24952495
|hr-dashed|
24962496

0 commit comments

Comments
 (0)