Update commands accorded to doc
Update Captors and Info commands
This commit is contained in:
@@ -7,6 +7,12 @@ namespace PlantBox.Shared.Extensions
|
||||
{
|
||||
public static class CommandSerializeExtensions
|
||||
{
|
||||
// Array extensions
|
||||
public static (T first, T second) ToTuple<T>(this T[] array)
|
||||
{
|
||||
return (array[0], array[1]);
|
||||
}
|
||||
|
||||
// String conversion
|
||||
public static T ToEnumValue<T>(this string argument)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user