mirror of
https://github.com/meshtastic/web.git
synced 2026-01-06 06:28:04 -05:00
add additional items
Signed-off-by: James Lincoln <lincolnp.james@gmail.com>
This commit is contained in:
@@ -40,4 +40,10 @@ export class PositionValidation
|
||||
|
||||
@IsArray()
|
||||
channelPrecision: number[];
|
||||
|
||||
@IsInt()
|
||||
gpsAttemptTime: number;
|
||||
|
||||
@IsBoolean()
|
||||
gpsEnabled: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user