ULP-ActivitySupport – commitdiff

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Field name fix
authorjfietkau <julian@julian-fietkau.de>
Sat, 6 Jun 2020 23:23:16 +0000 (01:23 +0200)
committerjfietkau <julian@julian-fietkau.de>
Sat, 6 Jun 2020 23:23:16 +0000 (01:23 +0200)
ubw_info_radiator_service.py

index 1b35774169eb89cd47ebf2cc9fece64c5ac8eab1..d19381612c35d4197f0f5c42821aa1a5c4084898 100644 (file)
@@ -76,7 +76,7 @@ class MicroInfoRadiatorService():
 \r
     def send_info_to_device(self, suo_id, info_packet):\r
         data = copy.deepcopy(info_packet)\r
-        data['recipient'] = suo_id\r
+        data['receiver'] = suo_id\r
         data['thread'] = 'activities-info-muc'\r
         result, status = self.api_call('messages', method = 'POST', data = data)\r
         if status == 200:\r