-
Hi, I use the normal implementation (with @haberda addon), on Home Assistant for notifications. I've registered using a landline number. Is there any way to link this (landline number) to a Signal Desktop application, as I've already registered my Signal Desktop to my mobile number ? TIA, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it to work. :) curl -X 'POST' 'http://:/v1/devices/ -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"uri": "string"}' is the command after the primary device (landline) has been registered. The uri 'string' is the decoded QR code of the Signal Desktop application's QR Code, as decoded using (as an example) https://zxing.org/w/decode.jspx. |
Beta Was this translation helpful? Give feedback.
Got it to work. :)
curl -X 'POST' 'http://:/v1/devices/ -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"uri": "string"}' is the command after the primary device (landline) has been registered.
The uri 'string' is the decoded QR code of the Signal Desktop application's QR Code, as decoded using (as an example) https://zxing.org/w/decode.jspx.