Skip to content

Commit e594bad

Browse files
add description to SetIntercomStateMethod
1 parent 5d3f296 commit e594bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MethodSystem/Methods/IntercomMethods/SetIntercomStateMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace SER.MethodSystem.Methods.IntercomMethods;
77

88
public class SetIntercomStateMethod : SynchronousMethod
99
{
10-
public override string? Description => "";
10+
public override string Description => "Sets the state of usage of the intercom.";
1111

1212
public override Argument[] ExpectedArguments { get; } =
1313
[

0 commit comments

Comments
 (0)