File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -156,19 +156,6 @@ def run(self):
156
156
self .register_wifi_setup_events ()
157
157
announce_connection ()
158
158
159
- def _initialize_metrics_handler (self ):
160
- """
161
- Start bus listener for metrics
162
- """
163
- def handle_metric (message ):
164
- report_metric (message .data .pop ("name" ), ** message .data )
165
-
166
- if self .config .get ("server" , {}).get ('metrics' ):
167
- LOG .info ("Metrics reporting enabled" )
168
- self .bus .on ("neon.metric" , handle_metric )
169
- else :
170
- LOG .info ("Metrics reporting disabled" )
171
-
172
159
def _register_intent_services (self ):
173
160
"""
174
161
Start up the all intent services and connect them as needed.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ neon_messagebus~=1.1,>=1.1.1a5
3
3
neon_enclosure~=1.6,>=1.6.1a3
4
4
neon_speech~=4.2,>=4.2.1a3
5
5
neon_gui~=1.2,>=1.2.2
6
- neon_audio~=1.4,>=1.4.1a2
6
+ neon_audio~=1.4,>=1.4.1a3
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ neon-tts-plugin-coqui~=0.7,>=0.7.3a4
28
28
ovos-stt-plugin-vosk~=0.1,>=0.1.4
29
29
30
30
# PHAL Plugins
31
- neon-phal-plugin-audio-receiver>=0.0.3
31
+ neon-phal-plugin-monitoring>=0.0.1a2
32
+ neon-phal-plugin-audio-receiver>=0.0.3,>=0.0.4a1
32
33
neon-phal-plugin-reset~=0.4
33
34
neon-phal-plugin-core-updater~=1.3
34
35
neon-phal-plugin-device-updater~=0.1
@@ -54,7 +55,7 @@ neon-skill-update~=2.1
54
55
ovos-skill-homescreen~=0.0.2,>=0.0.3a6
55
56
ovos-skill-setup~=0.0.1
56
57
ovos-skill-volume~=0.0.1
57
- skill-markII-audio-receiver>=0.0.4
58
+ skill-markII-audio-receiver>=0.0.5a1
58
59
59
60
# Backwards-compat
60
61
ovos-skills-manager~=0.0.13 # TODO: Remove in 2024
You can’t perform that action at this time.
0 commit comments