2017-11-05 12:51:52 +00:00
|
|
|
# Describes the format for available counter services
|
|
|
|
|
|
|
|
decrement:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Decrement
|
|
|
|
description: Decrement a counter.
|
2021-02-18 11:59:29 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: counter
|
2021-02-18 11:59:29 +00:00
|
|
|
|
2017-11-05 12:51:52 +00:00
|
|
|
increment:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Increment
|
|
|
|
description: Increment a counter.
|
2021-02-18 11:59:29 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: counter
|
2021-02-18 11:59:29 +00:00
|
|
|
|
2017-11-05 12:51:52 +00:00
|
|
|
reset:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Reset
|
|
|
|
description: Reset a counter.
|
2021-02-18 11:59:29 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: counter
|
2021-02-18 11:59:29 +00:00
|
|
|
|
2019-04-18 10:02:01 +00:00
|
|
|
configure:
|
2021-02-23 13:10:13 +00:00
|
|
|
name: Configure
|
|
|
|
description: Change counter parameters.
|
2021-02-18 11:59:29 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: counter
|
2019-04-18 10:02:01 +00:00
|
|
|
fields:
|
|
|
|
minimum:
|
2021-02-18 11:59:29 +00:00
|
|
|
name: Minimum
|
|
|
|
description: New minimum value for the counter or None to remove minimum.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: -9223372036854775807
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|
2019-04-18 10:02:01 +00:00
|
|
|
maximum:
|
2021-02-18 11:59:29 +00:00
|
|
|
name: Maximum
|
|
|
|
description: New maximum value for the counter or None to remove maximum.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: -9223372036854775807
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|
2019-04-18 10:02:01 +00:00
|
|
|
step:
|
2021-02-18 11:59:29 +00:00
|
|
|
name: Step
|
|
|
|
description: New value for step.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|
2019-10-21 22:01:35 +00:00
|
|
|
initial:
|
2021-02-18 11:59:29 +00:00
|
|
|
name: Initial
|
|
|
|
description: New value for initial.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|
2019-10-21 22:01:35 +00:00
|
|
|
value:
|
2021-02-18 11:59:29 +00:00
|
|
|
name: Value
|
|
|
|
description: New state value.
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 9223372036854775807
|
|
|
|
mode: box
|