ULP-ActivitySupport – commitdiff
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7da0f56)
raw | patch | inline | side by side (parent: 7da0f56)
author | jfietkau <julian@julian-fietkau.de> | |
Sat, 6 Jun 2020 23:23:16 +0000 (01:23 +0200) | ||
committer | jfietkau <julian@julian-fietkau.de> | |
Sat, 6 Jun 2020 23:23:16 +0000 (01:23 +0200) |
ubw_info_radiator_service.py | patch | blob | history |
index 1b35774169eb89cd47ebf2cc9fece64c5ac8eab1..d19381612c35d4197f0f5c42821aa1a5c4084898 100644 (file)
\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