From aad6ad9d2bbfcb3f8cbc2c9bea32ad51eae556d0 Mon Sep 17 00:00:00 2001 From: Dean Cording Date: Sun, 28 Aug 2022 11:25:15 +1000 Subject: [PATCH] Added documentation for is_snr_above_noise_floor --- starlink_grpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/starlink_grpc.py b/starlink_grpc.py index eff99ca..d77fe6c 100644 --- a/starlink_grpc.py +++ b/starlink_grpc.py @@ -81,6 +81,7 @@ This group holds information about the current state of the user terminal. terminal is communicating. : **direction_elevation** : Elevation angle, in degrees, of the direction in which the user terminal's dish antenna is physically pointing. +: **is_snr_above_noise_floor** : True if SNR is more than 3dB above the noise floor. Obstruction detail status data ------------------------------